Changeset 2857526
- Timestamp:
- 01/31/2023 08:34:04 AM (3 years ago)
- Location:
- bold-pay/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
src/boldpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bold-pay/trunk/readme.txt
r2753561 r2857526 2 2 Tags: Payment Gateway, Online Banking, e-wallet, payment request, credit card, grabpay, boost, boostpay, touch n go, touchngo, secured, debit card, card, direct carrier billing, multi channel payment, payment plugin, free, MACROKIOSK 3 3 Requires at least: 5.2.1 4 Tested up to: 6. 04 Tested up to: 6.1.1 5 5 WooCommerce requires at least: 2.6.0 6 WooCommerce tested up to: 6.5.17 Stable tag: 1.5. 46 WooCommerce tested up to: 7.3.0 7 Stable tag: 1.5.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
bold-pay/trunk/src/boldpay.php
r2753561 r2857526 25 25 $this->$setting_key = $value; 26 26 } 27 28 $this->settings['description'] = html_entity_decode($this->settings['description']);29 27 30 28 if ( is_admin() ) { … … 297 295 add_filter( 'the_content', 'boldpay_payment_declined_msg' ); 298 296 wc_add_notice( __( 'The payment was declined. Please check with your bank. Thank you.', 'gateway' ), 'error' ); 299 wp_safe_redirect( wc_get_page_permalink( 'cart' ) );300 $woocommerce->cart->empty_cart();301 297 } 302 298 }
Note: See TracChangeset
for help on using the changeset viewer.