@coinflowlabs/vue 1.8.0 → 1.8.1
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 +4 -0
- package/dist/coinflow-vue.js +13243 -18662
- package/dist/coinflow-vue.umd.cjs +14 -19
- package/dist/components/CoinflowPurchase.vue.d.ts +8 -0
- package/dist/lib/common/CoinflowTypes.d.ts +24 -1
- package/dist/lib/common/CoinflowUtils.d.ts +1 -1
- package/dist/lib/common/types/Subtotal.d.ts +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,6 +48,10 @@ Props:
|
|
|
48
48
|
|
|
49
49
|
# Changelog
|
|
50
50
|
|
|
51
|
+
## 1.8.1
|
|
52
|
+
|
|
53
|
+
- Added support for custom pay-in fees via `customPayInFees` in the JWT token or URL parameters. This allows merchants to add custom fee line items (fixed or percentage-based) that are displayed during checkout.
|
|
54
|
+
|
|
51
55
|
## 1.8.0
|
|
52
56
|
|
|
53
57
|
- New Blockchain Support: The SDK now supports Stellar, a fast and low-cost blockchain for payments. Pass blockchain='stellar' to enable Stellar payment processing.
|