hotfix(medusa): allow free products
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user