Changeset 2148341
Legend:
- Unmodified
- Added
- Removed
-
smallpay/tags/1.1.4/includes/class-wc-gateway-smallpay-configuration.php
r2147074 r2148341 47 47 $this->url_notifica = home_url('?wc-api=WC_Gateway_SmallPay'); 48 48 49 // $test = true;49 $test = false; 50 50 if ($test) { 51 51 $this->url_gateway = $url_test; -
smallpay/tags/1.1.5/includes/class-wc-gateway-smallpay-configuration.php
r2147074 r2148341 47 47 $this->url_notifica = home_url('?wc-api=WC_Gateway_SmallPay'); 48 48 49 // $test = true;49 $test = false; 50 50 if ($test) { 51 51 $this->url_gateway = $url_test; -
smallpay/trunk/includes/class-wc-gateway-smallpay-configuration.php
r2147074 r2148341 47 47 $this->url_notifica = home_url('?wc-api=WC_Gateway_SmallPay'); 48 48 49 // $test = true;49 $test = false; 50 50 if ($test) { 51 51 $this->url_gateway = $url_test;
Note: See TracChangeset
for help on using the changeset viewer.