File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ - changed: Add index for orderId
6+ - changed: Add EVM chainId, pluginId, and tokenId fields to StandardTx
7+ - changed: Update Lifi to provide chainId, pluginId, and tokenId
8+ - changed: Use rates V3 for transactions with pluginId/tokenId
9+ - fixed: Moonpay by adding Revolut payment type
10+ - fixed: Use v2 rates API
11+
12+ ## 0.2.0
13+
514- added: Add Lifi reporting
615- added: Added ` /v1/getTxInfo ` route.
716- added: Paybis support
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments