@paynext/sdk 1.0.4 → 1.0.6
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 +0 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,7 +126,6 @@ interface AttemptResult {
|
|
|
126
126
|
cardType: string
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
Use `result.cardType` inside `onCheckoutAttempt` to track the backend-reported brand (`'visa'`, `'maestro'`, etc.) for card and wallet payments. PayPal and Venmo attempts emit an empty string because no card brand is involved.
|
|
130
129
|
```
|
|
131
130
|
|
|
132
131
|
### Add a Submit Button Icon
|
|
@@ -168,12 +167,6 @@ await checkout.mount('checkout-container', {
|
|
|
168
167
|
})
|
|
169
168
|
```
|
|
170
169
|
|
|
171
|
-
## Supported Payment Methods
|
|
172
|
-
|
|
173
|
-
- **Cards**: Visa, Mastercard, American Express, Discover, JCB, Diners Club, UnionPay, Maestro
|
|
174
|
-
- **Digital Wallets**: Apple Pay, Google Pay
|
|
175
|
-
- **Alternative**: PayPal, Venmo
|
|
176
|
-
|
|
177
170
|
## Supported Languages
|
|
178
171
|
|
|
179
172
|
English, German, French, Spanish, Italian, Portuguese, Dutch, Polish, Czech, Slovak, Hungarian, Romanian, Bulgarian, Croatian, Slovenian, Estonian, Latvian, Lithuanian, Finnish, Swedish, Danish, Norwegian, Russian, Ukrainian, Arabic, Chinese, Japanese, Korean, Thai, Vietnamese, Indonesian, Malay, Filipino, Hindi, Turkish, Greek, Maltese.
|