hotfix(medusa): allow free products

This commit is contained in:
Sebastian Rindom
2020-11-28 10:50:50 +01:00
parent ec0268dbde
commit 9ea9b7ab77
@@ -252,7 +252,7 @@ class ProductVariantService extends BaseService {
})
// Return the price if we found a suitable match
if (price) {
if (typeof price !== "undefined") {
return price
}