Skip to content

Commit

Permalink
WOOC-1583 : Token retrieve and recurring payment
Browse files Browse the repository at this point in the history
  • Loading branch information
GhDj committed Jan 17, 2025
1 parent 58207ea commit 53c59e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Gateway/PayplugCreditCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public function __construct() {
$this->description = $this->get_option('description');
$this->oneclick = (('yes' === $this->get_option('oneclick', 'no')) && (is_user_logged_in()));
$this->payment_method = $this->get_option('payment_method');
$this->domain_name = !empty($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : strtr(get_site_url(), array("http://" => "", "https://" => "")) ;

$this->supports = array(
'products',
'refunds',
Expand Down

0 comments on commit 53c59e0

Please sign in to comment.