Skip to content

Commit d9b2a73

Browse files
authored
docs: update subscriptions recipe with stripe payment (medusajs#11651)
* docs: update subscriptions recipe with stripe payment * small change * fix vale error
1 parent 12cf24a commit d9b2a73

File tree

3 files changed

+737
-428
lines changed

3 files changed

+737
-428
lines changed

www/apps/resources/app/recipes/marketplace/examples/restaurant-delivery/page.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@ export const updateDeliveryStep = createStep(
23662366
async ({ prevDeliveryData }, { container }) => {
23672367
const deliveryService = container.resolve(DELIVERY_MODULE)
23682368

2369-
const { driver, ...prevDeliveryDataWithoutDriver } = prevDeliveryData;
2369+
const { driver, ...prevDeliveryDataWithoutDriver } = prevDeliveryData
23702370

23712371
await deliveryService.updateDeliveries(prevDeliveryDataWithoutDriver)
23722372
}

0 commit comments

Comments
 (0)