@symbolic/lib
Advanced tools
Comparing version 1.0.223 to 1.0.224
{ | ||
"name": "@symbolic/lib", | ||
"version": "1.0.223", | ||
"version": "1.0.224", | ||
"description": "plain js utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -20,3 +20,3 @@ import _ from 'lodash'; | ||
if (productOrder) effectivePricingDate = _.get(productOrder, 'effectivePricingDate', productOrder.created); | ||
if (productOrder) effectivePricingDate = productOrder.effectivePricingDate || productOrder.created; | ||
@@ -23,0 +23,0 @@ var productPricingRuleVersionsCreatedBeforeEffectivePricingDate = _.filter(productPricingRule.versions, (version) => { |
Sorry, the diff of this file is too big to display
153638