Skip to content

Commit

Permalink
docs: update payment docs after removing fields (medusajs#10992)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored and noubase committed Jan 22, 2025
1 parent 30837b7 commit fcef288
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion www/apps/resources/app/commerce-modules/payment/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const createPaymentCollectionStep = createStep(
const paymentModuleService = container.resolve(Modules.PAYMENT)

const paymentCollection = await paymentModuleService.createPaymentCollections({
region_id: "reg_123",
currency_code: "usd",
amount: 5000,
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ await createPaymentCollectionForCartWorkflow(req.scope)
```ts
const paymentCollection =
await paymentModuleService.createPaymentCollections({
region_id: "reg_123",
currency_code: "usd",
amount: 5000,
})
Expand Down
4 changes: 2 additions & 2 deletions www/apps/resources/generated/edit-dates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ export const generatedEditDates = {
"app/commerce-modules/payment/module-options/page.mdx": "2024-10-15T12:51:40.574Z",
"app/commerce-modules/payment/payment/page.mdx": "2024-10-09T10:59:08.463Z",
"app/commerce-modules/payment/payment-collection/page.mdx": "2024-10-09T10:56:49.510Z",
"app/commerce-modules/payment/payment-flow/page.mdx": "2025-01-13T11:31:35.361Z",
"app/commerce-modules/payment/payment-flow/page.mdx": "2025-01-16T10:43:25.958Z",
"app/commerce-modules/payment/payment-provider/stripe/page.mdx": "2024-12-16T13:21:03.554Z",
"app/commerce-modules/payment/payment-provider/page.mdx": "2024-10-09T11:07:27.269Z",
"app/commerce-modules/payment/payment-session/page.mdx": "2024-10-09T10:58:00.960Z",
"app/commerce-modules/payment/webhook-events/page.mdx": "2024-11-19T11:45:02.167Z",
"app/commerce-modules/payment/page.mdx": "2025-01-09T13:41:05.409Z",
"app/commerce-modules/payment/page.mdx": "2025-01-16T10:33:31.791Z",
"app/commerce-modules/pricing/_events/_events-table/page.mdx": "2024-07-03T19:27:13+03:00",
"app/commerce-modules/pricing/_events/page.mdx": "2024-07-03T19:27:13+03:00",
"app/commerce-modules/pricing/concepts/page.mdx": "2024-10-09T13:37:25.678Z",
Expand Down

0 comments on commit fcef288

Please sign in to comment.