We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b0536 commit 0417fbbCopy full SHA for 0417fbb
src/partners/banxa.ts
@@ -306,6 +306,7 @@ function getFiatPaymentType(tx: BanxaTx): FiatPaymentType {
306
case 'Sofort Transfer':
307
return 'sofort'
308
case 'Checkout Credit Card':
309
+ case 'Primer Credit Card':
310
case 'WorldPay Credit Card':
311
return 'credit'
312
case 'ClearJunction Fast Pay':
@@ -325,6 +326,7 @@ function getFiatPaymentType(tx: BanxaTx): FiatPaymentType {
325
326
case 'PayID via Monoova':
327
return 'payid'
328
case 'WorldPay ApplePay':
329
+ case 'Primer Apple Pay':
330
return 'applepay'
331
case 'WorldPay GooglePay':
332
return 'googlepay'
0 commit comments