@revolut/checkout
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@revolut/checkout", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "RevolutCheckout.js as npm module", | ||
@@ -5,0 +5,0 @@ "author": "John Grishin <hi@johngrish.in>", |
@@ -21,3 +21,3 @@ # [RevolutCheckout.js](https://developer.revolut.com/docs/merchant-api/#revolutcheckout-js-reference) | ||
- `token: string` — `public_id` from [create payment order](https://developer.revolut.com/docs/merchant-api/#api-api-order-object-create-payment-order) API request | ||
- `token: string` — `public_id` from [create payment order](https://developer.revolut.com/docs/merchant-api/#api-reference-api-reference-orders-create-an-order) API request | ||
- <code>mode?: '<a href="https://business.revolut.com">prod</a>' | '<a href="https://sandbox-business.revolut.com">sandbox</a>'</code> — [API](https://developer.revolut.com/docs/merchant-api/#api) environment, default to `'prod'` | ||
@@ -61,4 +61,4 @@ | ||
- [RevolutCheckout.js reference](https://developer.revolut.com/docs/merchant-api/#revolutcheckout-js-reference) | ||
- [API](https://developer.revolut.com/docs/merchant-api/#api) | ||
- [Integration examples](https://developer.revolut.com/docs/merchant-api/#integration-examples) | ||
- [API](https://developer.revolut.com/docs/merchant-api/#api-reference) | ||
- [Integration examples](https://developer.revolut.com/docs/merchant-api/#integration-guide-integration-examples) | ||
- [Plugins](https://developer.revolut.com/docs/merchant-api/#plugins) | ||
@@ -65,0 +65,0 @@ |
19429