Skip to content

Commit 126d3a0

Browse files
committed
Disable infinite
1 parent 0469c27 commit 126d3a0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/plugins/ramps/rampConstraints.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,13 @@ export function* constraintGenerator(
107107
if (params.rampPluginId === 'banxa') {
108108
yield params.paymentType !== 'ach'
109109
}
110+
111+
//
112+
// Infinite
113+
//
114+
115+
if (params.rampPluginId === 'infinite') {
116+
// Disable Infinite completely
117+
yield false
118+
}
110119
}

0 commit comments

Comments
 (0)