Plugin Directory

Changeset 2261793


Ignore:
Timestamp:
03/16/2020 01:36:02 PM (6 years ago)
Author:
usetada
Message:

1.0.2

Location:
usetada
Files:
38 added
3 edited

Legend:

Unmodified
Added
Removed
  • usetada/trunk/includes/class.usetada-woocommerce.php

    r2260943 r2261793  
    4848            return false;
    4949
    50         $order_total        = $order->get_subtotal();
     50        $order_total        = $order->get_subtotal() - $order->discount_total;
    5151        $payment_method = $order->get_payment_method();
    5252
  • usetada/trunk/readme.txt

    r2261506 r2261793  
    66Tested up to: 5.3
    77Requires PHP: 5.6
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Changelog ==
    7676
     77= 1.0.2 =
     78
     79Release date: March 16th, 2020
     80
     81* Include discount in the total amount of the order data to be sent to TADA API
     82
    7783= 1.0.1 =
    7884
  • usetada/trunk/usetada.php

    r2261506 r2261793  
    44 * Plugin URI: https://usetada.com/
    55 * Description: Retain your customers using loyalty, membership, subscription, referral, & many more!
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: TADA
    88 * Author URI: https://usetada.com
Note: See TracChangeset for help on using the changeset viewer.