Plugin Directory

Changeset 2593496


Ignore:
Timestamp:
09/04/2021 04:48:18 AM (5 years ago)
Author:
askbux
Message:

update on woocommerce amount matching

Location:
bux-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bux-woocommerce/trunk/bux-plugin.php

    r2593001 r2593496  
    44 * Plugin URI: https://bux.ph/static/bux-plugin-wp.zip
    55 * Description: Bux plugin for Woocommerce, you need to have Woocommerce installed
    6  * Version: 1.1.8
     6 * Version: 1.1.9
    77 * Author: UBX Philippines
    88 * Author URI: https://bux.ph
     
    103103        }
    104104
    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    // }
    109109
    110110    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  
    125125* Update to not clear cart upon fail checkout
    126126
     127= 1.1.9 =
     128* Shoulder Transaction fee update
     129
    127130== Screenshots ==
    128131
Note: See TracChangeset for help on using the changeset viewer.