docs: update payment docs after removing fields (#10992)

This commit is contained in:
Shahed Nasser
2025-01-17 17:40:52 +02:00
committed by GitHub
parent dd0417af6d
commit 8754c2afef
3 changed files with 2 additions and 4 deletions
@@ -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,
})
@@ -54,7 +54,6 @@ await createPaymentCollectionForCartWorkflow(req.scope)
```ts
const paymentCollection =
await paymentModuleService.createPaymentCollections({
region_id: "reg_123",
currency_code: "usd",
amount: 5000,
})