Plugin Directory

Changeset 3234994


Ignore:
Timestamp:
02/04/2025 07:26:49 PM (14 months ago)
Author:
openpay
Message:

Fix. Confirmacion de trxs canceladas

Location:
openpay-pse/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • openpay-pse/trunk/openpay_pse.php

    r3068704 r3234994  
    55 * Plugin URI: http://www.openpay.mx/docs/plugins/woocommerce.html
    66 * Description: Provides a PSE payment method with Openpay for WooCommerce. Compatible with WooCommerce 4.5.2 and Wordpress 5.5.
    7  * Version: 1.7.1
     7 * Version: 1.7.2
    88 * Author: Openpay
    99 * Author URI: http://www.openpay.mx
     
    5959
    6060            }else if($order && ($charge->status == 'cancelled' || $charge->status == 'failed')) {
    61                 $order->add_order_note(sprintf("%s PSE Payment Failed with message: '%s'", 'Openpay_Pse', 'Status '+$charge->status));
     61                $order->add_order_note(sprintf("%s PSE Payment Failed with message: '%s'", 'Openpay_Pse', 'Status ' . $charge->status));
    6262                $order->set_status('failed');
    6363                $order->save();
  • openpay-pse/trunk/readme.txt

    r3068704 r3234994  
    55Tested up to: 6.4.3
    66Requires PHP: 5.6
    7 Stable tag: 1.7.1
     7Stable tag: 1.7.2
    88License: GNU General Public License v3.0
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1717
    1818== Changelog ==
     19= 1.7.2 =
     20* Fix. Confirmación de transacciones canceladas.
    1921= 1.7.0 =
    2022* Actualización de compatibilidad con Wordpress 6.4.3 & WooCommerce 8.5.2
Note: See TracChangeset for help on using the changeset viewer.