docs: update payment docs after removing fields (#10992)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user