feat(F-138): completed feature
This commit is contained in:
@@ -53,6 +53,7 @@ function buildDeps(
|
||||
const pricing: PricingServicePort = {
|
||||
getVariantPrice: async () => undefined,
|
||||
setVariantPrice: async () => ({}) as never,
|
||||
seedVariantPrice: async () => undefined,
|
||||
calculate: async () => PRICE,
|
||||
};
|
||||
const reserved = { calls: [] as Array<{ variantId: string; quantity: number }> };
|
||||
@@ -234,6 +235,7 @@ describe('CheckoutService', () => {
|
||||
pricing: {
|
||||
getVariantPrice: async () => undefined,
|
||||
setVariantPrice: async () => ({}) as never,
|
||||
seedVariantPrice: async () => undefined,
|
||||
calculate: async () => PRICE,
|
||||
},
|
||||
inventory: {
|
||||
|
||||
Reference in New Issue
Block a user