feat(F-138): completed feature
This commit is contained in:
@@ -37,6 +37,7 @@ const pricing: PricingServicePort = {
|
||||
setVariantPrice: async () => {
|
||||
throw new Error('not needed');
|
||||
},
|
||||
seedVariantPrice: async () => undefined,
|
||||
calculate: async ({ variantId, quantity }) => ({
|
||||
variantId,
|
||||
quantity,
|
||||
|
||||
Reference in New Issue
Block a user