Changeset 3127174
- Timestamp:
- 07/29/2024 09:26:39 AM (20 months ago)
- Location:
- triplea-cryptocurrency-payment-gateway-for-woocommerce
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.20 (copied) (copied from triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk)
-
tags/2.0.20/includes/WooCommerce/TripleA_Payment_Gateway.php (modified) (2 diffs)
-
tags/2.0.20/readme.txt (modified) (3 diffs)
-
tags/2.0.20/triplea-cryptocurrency-payment-gateway-for-woocommerce.php (modified) (2 diffs)
-
trunk/includes/WooCommerce/TripleA_Payment_Gateway.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/triplea-cryptocurrency-payment-gateway-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.20/includes/WooCommerce/TripleA_Payment_Gateway.php
r3120922 r3127174 24 24 protected $triplea_client_secret_key; 25 25 protected $triplea_client_public_key; 26 protected $test_mode; 26 27 27 28 /** … … 491 492 $loop_count = 2; 492 493 do { 493 if (!WC()->session->has_session() || 494 WC()->session->get('triplea_cart_total') != WC()->cart->total || 495 WC()->session->get('triplea_payment_order_currency') != get_woocommerce_currency()) { 494 if (!WC()->session->has_session()) { 495 // if (!WC()->session->has_session() || 496 // WC()->session->get('triplea_cart_total') != WC()->cart->total || 497 // WC()->session->get('triplea_payment_order_currency') != get_woocommerce_currency()) { 496 498 $session_exists = false; 497 499 $payment_form_data_exists = false; -
triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.20/readme.txt
r3120922 r3127174 6 6 Tags: stablecoins, crypto payments, crypto ownership, crypto payment gateway, crypto 7 7 Requires at least: 5.5 8 Tested up to: 6. 5.49 Stable tag: 2.0. 198 Tested up to: 6.6.1 9 Stable tag: 2.0.20 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 109 109 == Changelog == 110 110 111 = 2.0.20 = 112 Added: Removed depreciated error 113 111 114 = 2.0.19 = 112 115 Added: Payment session removed when currenc/total ammount changes … … 311 314 == Upgrade Notice == 312 315 313 = 2.0.18 = 316 = 2.0.20 = 317 Simply install the update. No further action is needed. 318 319 = 2.0.19 = 314 320 Simply install the update. No further action is needed. 315 321 -
triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.20/triplea-cryptocurrency-payment-gateway-for-woocommerce.php
r3120922 r3127174 17 17 * Plugin URI: https://wordpress.org/plugins/triplea-cryptocurrency-payment-gateway-for-woocommerce/ 18 18 * Description: Offer cryptocurrency as a payment option on your website and get access to even more clients. Receive payments in cryptocurrency or in your local currency, directly in your bank account. Enjoy an easy setup, no cryptocurrency expertise required. Powered by Triple-A. 19 * Version: 2.0. 1919 * Version: 2.0.20 20 20 * Author: Triple-A Team 21 21 * Author URI: https://triple-a.io … … 49 49 * $var string 50 50 */ 51 public const version = '2.0. 19';51 public const version = '2.0.20'; 52 52 53 53 /* -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/includes/WooCommerce/TripleA_Payment_Gateway.php
r3120922 r3127174 24 24 protected $triplea_client_secret_key; 25 25 protected $triplea_client_public_key; 26 protected $test_mode; 26 27 27 28 /** … … 491 492 $loop_count = 2; 492 493 do { 493 if (!WC()->session->has_session() || 494 WC()->session->get('triplea_cart_total') != WC()->cart->total || 495 WC()->session->get('triplea_payment_order_currency') != get_woocommerce_currency()) { 494 if (!WC()->session->has_session()) { 495 // if (!WC()->session->has_session() || 496 // WC()->session->get('triplea_cart_total') != WC()->cart->total || 497 // WC()->session->get('triplea_payment_order_currency') != get_woocommerce_currency()) { 496 498 $session_exists = false; 497 499 $payment_form_data_exists = false; -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/readme.txt
r3120922 r3127174 6 6 Tags: stablecoins, crypto payments, crypto ownership, crypto payment gateway, crypto 7 7 Requires at least: 5.5 8 Tested up to: 6. 5.49 Stable tag: 2.0. 198 Tested up to: 6.6.1 9 Stable tag: 2.0.20 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 109 109 == Changelog == 110 110 111 = 2.0.20 = 112 Added: Removed depreciated error 113 111 114 = 2.0.19 = 112 115 Added: Payment session removed when currenc/total ammount changes … … 311 314 == Upgrade Notice == 312 315 313 = 2.0.18 = 316 = 2.0.20 = 317 Simply install the update. No further action is needed. 318 319 = 2.0.19 = 314 320 Simply install the update. No further action is needed. 315 321 -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/triplea-cryptocurrency-payment-gateway-for-woocommerce.php
r3120922 r3127174 17 17 * Plugin URI: https://wordpress.org/plugins/triplea-cryptocurrency-payment-gateway-for-woocommerce/ 18 18 * Description: Offer cryptocurrency as a payment option on your website and get access to even more clients. Receive payments in cryptocurrency or in your local currency, directly in your bank account. Enjoy an easy setup, no cryptocurrency expertise required. Powered by Triple-A. 19 * Version: 2.0. 1919 * Version: 2.0.20 20 20 * Author: Triple-A Team 21 21 * Author URI: https://triple-a.io … … 49 49 * $var string 50 50 */ 51 public const version = '2.0. 19';51 public const version = '2.0.20'; 52 52 53 53 /*
Note: See TracChangeset
for help on using the changeset viewer.