@koomipay/react 1.0.15 → 1.0.17

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. 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
- Depends on the your scenario, you can use either `checkout()` method (normal checkout without **capturing**) or `instantCheckout()`, which will trigger a capturing immediately after checkout
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({
@@ -181,5 +181,5 @@ ReactDOM.render(<Checkout />, document.body)
181
181
  React Koomipay is packaged with TypeScript declarations. Some types are pulled from [`@koomipay/react`][koomipay-npm] — be sure to add `@koomipay/react` as a dependency to your project for full TypeScript support.
182
182
 
183
183
  [koomipay-portal]: https://pay-demo.koomi.app
184
- [live-demo]: https://store-demo.koomi.app
184
+ [live-demo]: https://store-demo-react.koomi.app
185
185
  [koomipay-npm]: https://www.npmjs.com/package/@koomipay/react
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "payments",
10
10
  "components"
11
11
  ],
12
- "version": "1.0.15",
12
+ "version": "1.0.17",
13
13
  "description": "Koomipay react components",
14
14
  "main": "dist/cjs/index.js",
15
15
  "module": "dist/es/index.js",