Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 029d90b

Browse files
committed
Enable banxa ACH sell
For Florida support
1 parent 6e18f6d commit 029d90b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- changed: Smoothly animate `NotificationCard` reflow
99
- changed: `NotificationCard` auto-dismiss in 5s
1010
- changed: `NotificationCard` X button replaced with swipe-to-dismiss gesture
11+
- changed: Moonpay Faster Payments now supported
12+
- changed: Banxa ACH sell enabled
1113
- fixed: Font scaling for displaying long addresses in `RequestScene` and `AddressTile2`
1214
- fixed: Currency mapping for `simplexProvider`
1315

‎src/plugins/gui/providers/banxaProvider.ts‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const allowedPaymentTypes: AllowedPaymentTypes = {
7171
turkishbank: true
7272
},
7373
sell: {
74+
ach: true,
7475
directtobank: true,
7576
fasterpayments: true,
7677
interac: true,
@@ -133,7 +134,8 @@ const asBanxaPaymentType = asValue(
133134
'MONOOVAPAYID',
134135
'PRIMERAP',
135136
'PRIMERCC',
136-
'WORLDPAYGOOGLE'
137+
'WORLDPAYGOOGLE',
138+
'ZHACHSELL'
137139
)
138140

139141
const asBanxaStatus = asValue('ACTIVE', 'INACTIVE')
@@ -1095,7 +1097,8 @@ const typeMap: Record<BanxaPaymentType, FiatPaymentType> = {
10951097
MONOOVAPAYID: 'payid',
10961098
PRIMERAP: 'applepay',
10971099
PRIMERCC: 'credit',
1098-
WORLDPAYGOOGLE: 'googlepay'
1100+
WORLDPAYGOOGLE: 'googlepay',
1101+
ZHACHSELL: 'ach'
10991102
}
11001103

11011104
// While this could use Array.find(), this is an inner loop routine used hundreds of times interating over

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /