chore: fix cURL example in create payment collection route (#10219)
* chore: fix cURL example in create payment collection route * regenerate OAS
This commit is contained in:
@@ -33,10 +33,7 @@
|
||||
* -H 'Content-Type: application/json' \ \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
* --data-raw '{
|
||||
* "cart_id": "{value}",
|
||||
* "region_id": "{value}",
|
||||
* "currency_code": "{value}",
|
||||
* "amount": 8468325826822144
|
||||
* "cart_id": "{value}"
|
||||
* }'
|
||||
* tags:
|
||||
* - Payment Collections
|
||||
|
||||
Reference in New Issue
Block a user