fix(medusa): Calculated price on cart shipping options (#1878)
This commit is contained in:
@@ -24,11 +24,11 @@ class TestFulService extends FulfillmentService {
|
||||
}
|
||||
|
||||
canCalculate() {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
calculatePrice() {
|
||||
throw Error("Manual Fulfillment service cannot calculatePrice")
|
||||
calculatePrice(data) {
|
||||
return data.price
|
||||
}
|
||||
|
||||
createOrder() {
|
||||
|
||||
Reference in New Issue
Block a user