Changeset 2593496
- Timestamp:
- 09/04/2021 04:48:18 AM (5 years ago)
- Location:
- bux-woocommerce/trunk
- Files:
-
- 2 edited
-
bux-plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bux-woocommerce/trunk/bux-plugin.php
r2593001 r2593496 4 4 * Plugin URI: https://bux.ph/static/bux-plugin-wp.zip 5 5 * Description: Bux plugin for Woocommerce, you need to have Woocommerce installed 6 * Version: 1.1. 86 * Version: 1.1.9 7 7 * Author: UBX Philippines 8 8 * Author URI: https://bux.ph … … 103 103 } 104 104 105 if (floatval($params['amount']) != floatval($order->get_total())) {106 return new WP_Error( 'failed', 'Invalid Amount', array('status' => 403) );107 108 }105 // if (floatval($params['amount']) != floatval($order->get_total())) { 106 // return new WP_Error( 'failed', 'Invalid Amount', array('status' => 403) ); 107 108 // } 109 109 110 110 if($pre_order_status == "wc-pending-bux" || $pre_order_status == "wc-pending" || $pre_order_status == "pending-bux" || $pre_order_status == "pending"){ -
bux-woocommerce/trunk/readme.txt
r2593001 r2593496 125 125 * Update to not clear cart upon fail checkout 126 126 127 = 1.1.9 = 128 * Shoulder Transaction fee update 129 127 130 == Screenshots == 128 131
Note: See TracChangeset
for help on using the changeset viewer.