feat(F-138): completed feature

This commit is contained in:
chattie
2026-08-22 10:18:37 +02:00
parent 5098723284
commit fb015932b2
23 changed files with 502 additions and 102 deletions

View File

@@ -37,6 +37,7 @@ const pricing: PricingServicePort = {
setVariantPrice: async () => {
throw new Error('not needed');
},
seedVariantPrice: async () => undefined,
calculate: async ({ variantId, quantity }) => ({
variantId,
quantity,