Changeset 2945760
- Timestamp:
- 08/01/2023 03:43:14 AM (3 years ago)
- Location:
- triplea-cryptocurrency-payment-gateway-for-woocommerce
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.9 (copied) (copied from triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk)
-
tags/2.0.9/assets/js/checkout.js (modified) (1 diff)
-
tags/2.0.9/readme.txt (modified) (3 diffs)
-
tags/2.0.9/triplea-cryptocurrency-payment-gateway-for-woocommerce.php (modified) (2 diffs)
-
trunk/assets/js/checkout.js (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.9/assets/js/checkout.js
r2945267 r2945760 275 275 } 276 276 function triplea_validateCheckoutCallback(response) { 277 if(response.data.messages.error && response.data.messages.error.length > 0){ 278 279 let messageItems = response.data.messages.error.map(function (message) { 280 return '<li>' + message.notice + '</li>'; 281 }).join(''); 282 283 showError('<ul class="woocommerce-error" role="alert">' + messageItems + '</ul>', selector); 284 $('#triplea_embedded_payment_form_btn').show(); 285 $('#triplea_embedded_payment_form_loading_txt').hide(); 286 return null; 287 288 } 277 289 if (response.data && response.success === false) { 278 290 let messageItems = response.data.messages.map(function (message) { -
triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.9/readme.txt
r2945267 r2945760 7 7 Requires at least: 5.5 8 8 Tested up to: 6.2.2 9 Stable tag: 2.0. 89 Stable tag: 2.0.9 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 109 109 == Changelog == 110 110 111 = 2.0.9 = 112 Fixed: Updated checkout page form validation notices display logic 113 111 114 = 2.0.8 = 112 115 Fixed: Check custom validation in checkout form before calling for payment form … … 277 280 == Upgrade Notice == 278 281 282 = 2.0.9 = 283 Simply install the update. No further action is needed. 284 279 285 = 2.0.8 = 280 286 Simply install the update. No further action is needed. -
triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.9/triplea-cryptocurrency-payment-gateway-for-woocommerce.php
r2945267 r2945760 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. 819 * Version: 2.0.9 20 20 * Author: TripleA Team 21 21 * Author URI: https://triple-a.io … … 45 45 * $var string 46 46 */ 47 const version = '2.0. 8';47 const version = '2.0.9'; 48 48 49 49 /* -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/assets/js/checkout.js
r2945267 r2945760 275 275 } 276 276 function triplea_validateCheckoutCallback(response) { 277 if(response.data.messages.error && response.data.messages.error.length > 0){ 278 279 let messageItems = response.data.messages.error.map(function (message) { 280 return '<li>' + message.notice + '</li>'; 281 }).join(''); 282 283 showError('<ul class="woocommerce-error" role="alert">' + messageItems + '</ul>', selector); 284 $('#triplea_embedded_payment_form_btn').show(); 285 $('#triplea_embedded_payment_form_loading_txt').hide(); 286 return null; 287 288 } 277 289 if (response.data && response.success === false) { 278 290 let messageItems = response.data.messages.map(function (message) { -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/readme.txt
r2945267 r2945760 7 7 Requires at least: 5.5 8 8 Tested up to: 6.2.2 9 Stable tag: 2.0. 89 Stable tag: 2.0.9 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 109 109 == Changelog == 110 110 111 = 2.0.9 = 112 Fixed: Updated checkout page form validation notices display logic 113 111 114 = 2.0.8 = 112 115 Fixed: Check custom validation in checkout form before calling for payment form … … 277 280 == Upgrade Notice == 278 281 282 = 2.0.9 = 283 Simply install the update. No further action is needed. 284 279 285 = 2.0.8 = 280 286 Simply install the update. No further action is needed. -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/triplea-cryptocurrency-payment-gateway-for-woocommerce.php
r2945267 r2945760 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. 819 * Version: 2.0.9 20 20 * Author: TripleA Team 21 21 * Author URI: https://triple-a.io … … 45 45 * $var string 46 46 */ 47 const version = '2.0. 8';47 const version = '2.0.9'; 48 48 49 49 /*
Note: See TracChangeset
for help on using the changeset viewer.