Plugin Directory

Changeset 2805643


Ignore:
Timestamp:
10/27/2022 09:37:29 AM (3 years ago)
Author:
payhere
Message:

Fix the issue with the Order complete message

Location:
payhere-payment-gateway/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • payhere-payment-gateway/trunk/gateway/class-wcgatewaypayhere.php

    r2805632 r2805643  
    567567
    568568            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() ) {
    570570                    $title = 'Order received';
    571571                } else {
  • payhere-payment-gateway/trunk/payhere-payment-gateway.php

    r2805632 r2805643  
    77 * Plugin URI:        https://www.payhere.lk
    88 * 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.4
     9 * Version:           2.2.5
    1010 * Author:            PayHere (Private) Limited
    1111 * Author URI:        https://www.payhere.lk
  • payhere-payment-gateway/trunk/readme.txt

    r2805633 r2805643  
    66Tested up to: 6.0.2
    77WC tested up to: 6.9.4
    8 Stable tag: 2.2.4
     8Stable tag: 2.2.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122Fix the issue with "Something went wrong" after the latest update (2.2.3)
    123123
     124= 2.2.5 =
     125Fix the issue with the Order complete message
     126
    124127== Upgrade Notice ==
    125128
Note: See TracChangeset for help on using the changeset viewer.