Skip to content

Commit a2ebd38

Browse files
committed
Fix banxa
1 parent 8481b8d commit a2ebd38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/partners/banxa.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ function getFiatPaymentType(tx: BanxaTx): FiatPaymentType {
306306
case 'Sofort Transfer':
307307
return 'sofort'
308308
case 'Checkout Credit Card':
309+
case 'Primer Credit Card':
309310
case 'WorldPay Credit Card':
310311
return 'credit'
311312
case 'ClearJunction Fast Pay':
@@ -325,6 +326,7 @@ function getFiatPaymentType(tx: BanxaTx): FiatPaymentType {
325326
case 'PayID via Monoova':
326327
return 'payid'
327328
case 'WorldPay ApplePay':
329+
case 'Primer Apple Pay':
328330
return 'applepay'
329331
case 'WorldPay GooglePay':
330332
return 'googlepay'

0 commit comments

Comments
 (0)