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:
@@ -2,8 +2,5 @@ curl -X POST '{backend_url}/store/payment-collections' \
|
||||
-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}"
|
||||
}'
|
||||
Reference in New Issue
Block a user