diff --git a/src/Gateway/PayplugCreditCard.php b/src/Gateway/PayplugCreditCard.php index 6695a119..203fb29f 100644 --- a/src/Gateway/PayplugCreditCard.php +++ b/src/Gateway/PayplugCreditCard.php @@ -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',