@paykka/card-checkout-ui 0.21.0 → 0.21.2
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 +3 -3
- package/dist/card-checkout-ui.js +5 -5
- package/dist/card-checkout-ui.umd.cjs +5 -5
- package/dist/es/api/modules/apple-pay/index.js +6 -2
- package/dist/es/api/modules/get-browser-params.js +1 -1
- package/dist/es/components/ApplePay/index.js +5 -3
- package/dist/es/core/logger.js +1 -1
- package/dist/es/polyfill.js +165 -165
- package/dist/polyfill.js +165 -165
- package/dist/types/api/modules/apple-pay/index.d.ts +3 -1
- package/dist/types/components/wallets/Doku/Doku.d.ts +2 -2
- package/dist/types/components/wallets/DragonPay/DragonPay.d.ts +1 -1
- package/dist/types/components/wallets/GoPay/GoPay.d.ts +0 -1
- package/dist/types/components/wallets/IDeal/IDeal.d.ts +1 -1
- package/dist/types/components/wallets/LinkAja/LinkAja.d.ts +2 -2
- package/dist/types/components/wallets/MyBank/MyBank.d.ts +0 -1
- package/dist/types/components/wallets/OnlineBankingEstonia/OnlineBankingEstonia.d.ts +0 -1
- package/dist/types/components/wallets/OnlineBankingFinland/OnlineBankingFinland.d.ts +0 -1
- package/dist/types/components/wallets/P24/P24.d.ts +1 -1
- package/dist/types/components/wallets/PayU/PayU.d.ts +1 -1
- package/dist/types/components/wallets/Twint/Twint.d.ts +0 -1
- package/package.json +81 -81
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# PayKKa Checkout UI Component
|
|
2
|
-
|
|
3
|
-
[使用文档](https://docs.paykka.com/payments/docs/developer-resources/checkout-ui-component)
|
|
1
|
+
# PayKKa Checkout UI Component
|
|
2
|
+
|
|
3
|
+
[使用文档](https://docs.paykka.com/payments/docs/developer-resources/checkout-ui-component)
|