Changeset 2805643
- Timestamp:
- 10/27/2022 09:37:29 AM (3 years ago)
- Location:
- payhere-payment-gateway/trunk
- Files:
-
- 3 edited
-
gateway/class-wcgatewaypayhere.php (modified) (1 diff)
-
payhere-payment-gateway.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payhere-payment-gateway/trunk/gateway/class-wcgatewaypayhere.php
r2805632 r2805643 567 567 568 568 if ( isset( $order ) && $order->get_payment_method() === $this->id ) { 569 if ( 'completed' === $order->get_status() || 'on-hold' === $order->get_status() ) {569 if ( 'completed' === $order->get_status() || 'on-hold' === $order->get_status() || 'processing' === $order->get_status() ) { 570 570 $title = 'Order received'; 571 571 } else { -
payhere-payment-gateway/trunk/payhere-payment-gateway.php
r2805632 r2805643 7 7 * Plugin URI: https://www.payhere.lk 8 8 * Description: PayHere Payment Gateway allows you to accept payment on your Woocommerce store via Visa, MasterCard, AMEX, eZcash, mCash & Internet banking services. 9 * Version: 2.2. 49 * Version: 2.2.5 10 10 * Author: PayHere (Private) Limited 11 11 * Author URI: https://www.payhere.lk -
payhere-payment-gateway/trunk/readme.txt
r2805633 r2805643 6 6 Tested up to: 6.0.2 7 7 WC tested up to: 6.9.4 8 Stable tag: 2.2. 48 Stable tag: 2.2.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 122 122 Fix the issue with "Something went wrong" after the latest update (2.2.3) 123 123 124 = 2.2.5 = 125 Fix the issue with the Order complete message 126 124 127 == Upgrade Notice == 125 128
Note: See TracChangeset
for help on using the changeset viewer.