Changeset 2945763
- Timestamp:
- 08/01/2023 04:00:48 AM (3 years ago)
- Location:
- triplea-cryptocurrency-payment-gateway-for-woocommerce
- Files:
-
- 5 edited
- 4 copied
-
tags/2.0.10 (copied) (copied from triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk)
-
tags/2.0.10/assets/js/checkout.js (copied) (copied from triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/assets/js/checkout.js) (1 diff)
-
tags/2.0.10/includes/WooCommerce/TripleA_Payment_Gateway.php (modified) (1 diff)
-
tags/2.0.10/readme.txt (copied) (copied from triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/readme.txt) (3 diffs)
-
tags/2.0.10/triplea-cryptocurrency-payment-gateway-for-woocommerce.php (copied) (copied from triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/triplea-cryptocurrency-payment-gateway-for-woocommerce.php) (2 diffs)
-
trunk/assets/js/checkout.js (modified) (1 diff)
-
trunk/includes/WooCommerce/TripleA_Payment_Gateway.php (modified) (1 diff)
-
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.10/assets/js/checkout.js
r2945760 r2945763 275 275 } 276 276 function triplea_validateCheckoutCallback(response) { 277 if (response.data.messages.error && response.data.messages.error.length > 0){277 if (response.data.messages && response.data.messages.error && response.data.messages.error.length > 0) { 278 278 279 279 let messageItems = response.data.messages.error.map(function (message) { -
triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.10/includes/WooCommerce/TripleA_Payment_Gateway.php
r2945267 r2945763 340 340 self::class, 341 341 'triplea_checkout_check', 342 ], 10, 2);342 ], PHP_INT_MAX, 2); 343 343 WC()->checkout->process_checkout(); 344 344 } -
triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.10/readme.txt
r2945760 r2945763 7 7 Requires at least: 5.5 8 8 Tested up to: 6.2.2 9 Stable tag: 2.0. 99 Stable tag: 2.0.10 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 109 109 == Changelog == 110 110 111 = 2.0.10 = 112 Fixed: Updated priority for checking custom validation of the checkout form 113 111 114 = 2.0.9 = 112 115 Fixed: Updated checkout page form validation notices display logic … … 280 283 == Upgrade Notice == 281 284 285 = 2.0.10 = 286 Simply install the update. No further action is needed. 287 282 288 = 2.0.9 = 283 289 Simply install the update. No further action is needed. -
triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.10/triplea-cryptocurrency-payment-gateway-for-woocommerce.php
r2945760 r2945763 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 TripleA. 19 * Version: 2.0. 919 * Version: 2.0.10 20 20 * Author: TripleA Team 21 21 * Author URI: https://triple-a.io … … 45 45 * $var string 46 46 */ 47 const version = '2.0. 9';47 const version = '2.0.10'; 48 48 49 49 /* -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/assets/js/checkout.js
r2945760 r2945763 275 275 } 276 276 function triplea_validateCheckoutCallback(response) { 277 if (response.data.messages.error && response.data.messages.error.length > 0){277 if (response.data.messages && response.data.messages.error && response.data.messages.error.length > 0) { 278 278 279 279 let messageItems = response.data.messages.error.map(function (message) { -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/includes/WooCommerce/TripleA_Payment_Gateway.php
r2945267 r2945763 340 340 self::class, 341 341 'triplea_checkout_check', 342 ], 10, 2);342 ], PHP_INT_MAX, 2); 343 343 WC()->checkout->process_checkout(); 344 344 } -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/readme.txt
r2945760 r2945763 7 7 Requires at least: 5.5 8 8 Tested up to: 6.2.2 9 Stable tag: 2.0. 99 Stable tag: 2.0.10 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 109 109 == Changelog == 110 110 111 = 2.0.10 = 112 Fixed: Updated priority for checking custom validation of the checkout form 113 111 114 = 2.0.9 = 112 115 Fixed: Updated checkout page form validation notices display logic … … 280 283 == Upgrade Notice == 281 284 285 = 2.0.10 = 286 Simply install the update. No further action is needed. 287 282 288 = 2.0.9 = 283 289 Simply install the update. No further action is needed. -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/triplea-cryptocurrency-payment-gateway-for-woocommerce.php
r2945760 r2945763 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 TripleA. 19 * Version: 2.0. 919 * Version: 2.0.10 20 20 * Author: TripleA Team 21 21 * Author URI: https://triple-a.io … … 45 45 * $var string 46 46 */ 47 const version = '2.0. 9';47 const version = '2.0.10'; 48 48 49 49 /*
Note: See TracChangeset
for help on using the changeset viewer.