Changeset 3234994
- Timestamp:
- 02/04/2025 07:26:49 PM (14 months ago)
- Location:
- openpay-pse/trunk
- Files:
-
- 2 edited
-
openpay_pse.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
openpay-pse/trunk/openpay_pse.php
r3068704 r3234994 5 5 * Plugin URI: http://www.openpay.mx/docs/plugins/woocommerce.html 6 6 * Description: Provides a PSE payment method with Openpay for WooCommerce. Compatible with WooCommerce 4.5.2 and Wordpress 5.5. 7 * Version: 1.7. 17 * Version: 1.7.2 8 8 * Author: Openpay 9 9 * Author URI: http://www.openpay.mx … … 59 59 60 60 }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)); 62 62 $order->set_status('failed'); 63 63 $order->save(); -
openpay-pse/trunk/readme.txt
r3068704 r3234994 5 5 Tested up to: 6.4.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.7. 17 Stable tag: 1.7.2 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 17 17 18 18 == Changelog == 19 = 1.7.2 = 20 * Fix. Confirmación de transacciones canceladas. 19 21 = 1.7.0 = 20 22 * Actualización de compatibilidad con Wordpress 6.4.3 & WooCommerce 8.5.2
Note: See TracChangeset
for help on using the changeset viewer.