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:
Shahed Nasser
2024-11-22 14:22:50 +02:00
committed by GitHub
parent 8e10ada2d0
commit 4810b1c55b
5 changed files with 21 additions and 16 deletions
@@ -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