@coinflowlabs/vue 1.0.1 → 1.0.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
CHANGED
|
@@ -39,15 +39,28 @@ Props:
|
|
|
39
39
|
* `webhookInfo` (optional): Product or transaction based information that you want transmitted when you receive webhooks regarding the purchase
|
|
40
40
|
* `email` (optional): Set the default email to use in email entry fields
|
|
41
41
|
* `chargebackProtectionData` (optional):
|
|
42
|
-
* `disableApplePay` (optional): Ability to disable Apple Pay
|
|
43
|
-
* `disableGooglePay` (optional): Ability to disable Google Pay
|
|
44
42
|
* `customerInfo` (optional): Additional information about the customer
|
|
43
|
+
* `allowedPaymentMethods` (optional): The payment methods displayed on the UI. If omitted, all available payment methods will be displayed.
|
|
45
44
|
* `rent` (optional, Solana only): Specify the blockchain rent amount to add to the total
|
|
46
45
|
* `nativeSolToConvert` (optional, Solana only): Specify the amount of native SOL to convert wSOL for the purchase
|
|
47
46
|
* `jwtToken` (optional): A JWT token which encodes verified checkout parameters to prevent spoofing of arguments.
|
|
48
47
|
|
|
49
48
|
# Changelog
|
|
50
49
|
|
|
50
|
+
## 1.0.2
|
|
51
|
+
|
|
52
|
+
- Added `allowedPaymentMethods` to `CoinflowPurchase`
|
|
53
|
+
- Options are:
|
|
54
|
+
- 'card' = Credit and debit cards
|
|
55
|
+
- 'ach' = ACH bank account transfers
|
|
56
|
+
- 'fasterPayments' = UK Faster Payments (GBP Bank Transfers)
|
|
57
|
+
- 'sepa' = SEPA bank account transfers (EUR Bank Transfers)
|
|
58
|
+
- 'pix' = Pix bank account transfers (BRL Bank Transfers)
|
|
59
|
+
- 'usdc' = USDC
|
|
60
|
+
- 'googlePay' = Google Pay
|
|
61
|
+
- 'applePay' = Apple Pay
|
|
62
|
+
- 'credits' = Credits
|
|
63
|
+
|
|
51
64
|
## 1.0.1
|
|
52
65
|
|
|
53
66
|
- Allow copy to clipboard for Coinflow Iframe
|