Changeset 2836307
- Timestamp:
- 12/19/2022 10:53:55 PM (3 years ago)
- Location:
- subscreasy-payment-gateway-for-woocommerce/trunk
- Files:
-
- 2 edited
-
class-wc-gateway-subscreasy.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
subscreasy-payment-gateway-for-woocommerce/trunk/class-wc-gateway-subscreasy.php
r2680839 r2836307 617 617 618 618 if ($response instanceof WP_Error) { 619 return $this->request_failed(new Exception("save_card"), null); 619 $this->log("save_card error" . var_export($response, true)); 620 $key = array_keys($response->errors)[0]; 621 return $this->request_failed(new Exception($key), null); 622 } else { 623 $this->log_http_response($url, $response); 620 624 } 621 625 … … 674 678 } else { 675 679 $this->log("Response received from " . $url . "\n" 676 . "body: " . $response2["body"] . "\n" . "response: " . $response2["response"] );680 . "body: " . $response2["body"] . "\n" . "response: " . $response2["response"] ); 677 681 } 678 682 } -
subscreasy-payment-gateway-for-woocommerce/trunk/readme.txt
r2681026 r2836307 1 === Subscreasy Payment Gateway for Woocommerce andSubscriptions===1 === Subscreasy Payment Gateway for Woocommerce Subscriptions=== 2 2 Contributors: Subscreasy 3 Tags: credit card, stripe, apple pay, payment request, google pay, sepa, sofort, bancontact, alipay, giropay, ideal, p24, woocommerce, automattic3 Tags: credit card, stripe, paytr, payment, iyzico, sepa, sofort, bancontact, alipay, giropay, ideal, p24, woocommerce, automattic 4 4 Requires at least: 4.4 5 Tested up to: 5.95 Tested up to: 6.1.1 6 6 Requires PHP: 5.6 7 7 Stable tag: 4.5.2 … … 11 11 Subscreasy Payment Gateway plugin is a payment gateway plugin for WooCommerce and WooCommerce Subscriptions. 12 12 It provides both single payments and recurring payments. 13 Currently, the plugin supports payments through iyzico, PayU, PayTR payment service providers can be used with this plugin.13 Currently, the plugin supports payments through iyzico, PayU, PayTR, Stripe payment service providers can be used with this plugin.
Note: See TracChangeset
for help on using the changeset viewer.