Skip to content

Commit

Permalink
chore: fix cURL example in create payment collection route
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Nov 22, 2024
1 parent 58f24a3 commit 81a8f5a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81a8f5a

Please sign in to comment.