Plugin Directory

Changeset 2345217


Ignore:
Timestamp:
07/23/2020 07:56:29 AM (6 years ago)
Author:
channelengine
Message:

Version 2.4.4

Location:
channelengine-woocommerce/trunk
Files:
2 edited

Legend:

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

    r2310043 r2345217  
    8080            $productId = $lineItem['product_id'];
    8181            $variationId = $lineItem->get_variation_id();
    82             if(!is_null($variationId)) {
     82            if(!is_null($variationId) && $variationId > 0) {
    8383                $productId = $variationId;
    8484            }
     
    126126                $productId = $lineItem['product_id'];
    127127                $variationId = $lineItem->get_variation_id();
    128                 if(!is_null($variationId)) {
     128                if(!is_null($variationId) && $variationId > 0) {
    129129                    $productId = $variationId;
    130130                }
  • channelengine-woocommerce/trunk/woocommerce-channel-engine.php

    r2310043 r2345217  
    44Plugin URI: http://channelengine.net
    55Description: ChannelEngine plugin for WooCommerce
    6 Version: 2.4.3
     6Version: 2.4.4
    77Author: ChannelEngine
    88Author URI: http://channelengine.net
Note: See TracChangeset for help on using the changeset viewer.