Skip to content

Commit 9b55194

Browse files
committed
Fix banxa by adding ACH payment type
1 parent 3655bf4 commit 9b55194

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
@@ -338,6 +338,8 @@ function getFiatPaymentType(tx: BanxaTx): FiatPaymentType {
338338
return 'googlepay'
339339
case 'iDEAL Transfer':
340340
return 'ideal'
341+
case 'ZeroHash ACH Sell':
342+
return 'ach'
341343
default:
342344
throw new Error(`Unknown payment method: ${tx.payment_type} for ${tx.id}`)
343345
}

0 commit comments

Comments
 (0)