Plugin Directory

Changeset 2217020


Ignore:
Timestamp:
12/23/2019 02:39:57 PM (6 years ago)
Author:
channelengine
Message:

Push git updates

Location:
channelengine-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • channelengine-woocommerce/trunk/admin/class-channel-engine-api.php

    r2056955 r2217020  
    382382            // shipping
    383383            $shippingItem = new WC_Order_Item_Shipping();
    384             $shippingItem->set_total($order->getShippingCostsInclVat());
     384            $shippingItem->set_total($order->getShippingCostsInclVat() - $order->getShippingCostsVat());
    385385//
    386386            $wc_order->add_item($shippingItem);
     
    389389            $wc_order->set_total($order->getTotalInclVat());
    390390
    391             $wc_order->set_shipping_total($order->getShippingCostsInclVat());
     391            $wc_order->set_shipping_total($order->getShippingCostsInclVat() - $order->getShippingCostsVat());
    392392
    393393            $wc_order->calculate_taxes();
  • channelengine-woocommerce/trunk/readme.txt

    r1843386 r2217020  
    44Tags: woocommerce, channelengine, marketplaces
    55Requires at least: 4.4
    6 Tested up to: 4.9.4
     6Tested up to: 5.3.2
    77Stable tag: master
    88License: MIT
  • channelengine-woocommerce/trunk/woocommerce-channel-engine.php

    r2056955 r2217020  
    44Plugin URI: http://channelengine.net
    55Description: ChannelEngine plugin for WooCommerce
    6 Version: 2.3.0
     6Version: 2.4.0
    77Author: ChannelEngine
    88Author URI: http://channelengine.net
Note: See TracChangeset for help on using the changeset viewer.