Skip to content

Commit 797b21d

Browse files
committed
Disable Banxa
1 parent 2a9777c commit 797b21d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/plugins/ramps/rampConstraints.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,13 @@ export function* constraintGenerator(
8585
params.paymentType === 'credit'
8686
)
8787
}
88+
89+
//
90+
// Banxa
91+
//
92+
93+
// Disable Banxa ACH pending bank registration issue resolution
94+
if (params.rampPluginId === 'banxa') {
95+
yield params.paymentType !== 'ach'
96+
}
8897
}

0 commit comments

Comments
 (0)