@koomipay/react 1.0.15 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ const paymentMethods = await koomipay.getPaymentMethods({
|
|
|
45
45
|
|
|
46
46
|
### Checkout
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
Depending on your scenario, you can use either `checkout()` method (normal checkout without **capturing**) or `instantCheckout()`, which will trigger a capturing immediately after checkout
|
|
49
49
|
|
|
50
50
|
```jsx
|
|
51
51
|
const response = await koomipay.instantCheckout({
|