diff --git a/src/shipping/handlers.ts b/src/shipping/handlers.ts index 9a5983cae..61bf37cd5 100644 --- a/src/shipping/handlers.ts +++ b/src/shipping/handlers.ts @@ -192,7 +192,7 @@ export function getShippingMethodChannelVariables( channel.maxValue && orderValueRestricted ? channel.maxValue : null, minimumOrderPrice: channel.minValue && orderValueRestricted ? channel.minValue : null, - price: channel.price || null, + price: channel.price, })) || [], removeChannels, },