Fix shipping create minimal price bug
This commit is contained in:
parent
ba1564837c
commit
3dafeab52b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export function getCreateShippingRateVariables(
|
|||
|
||||
minimumOrderPrice:
|
||||
params.type === ShippingMethodTypeEnum.PRICE
|
||||
? getValue(data.maxValue, data.noLimits)
|
||||
? getValue(data.minValue, data.noLimits)
|
||||
: null,
|
||||
minimumOrderWeight:
|
||||
params.type === ShippingMethodTypeEnum.WEIGHT
|
||||
|
|
Loading…
Reference in a new issue