We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e5b6b commit d691a76Copy full SHA for d691a76
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased (develop)
4
5
+- added: Added Infinite ramp plugin.
6
+
7
## 4.39.0 (staging)
8
9
- added: BitsOfGold and LibertyX ramp plugins.
src/plugins/ramps/rampConstraints.ts
@@ -109,9 +109,4 @@ export function* constraintGenerator(
109
if (params.rampPluginId === 'banxa') {
110
yield params.paymentType !== 'ach'
111
}
112
-
113
- // Disable Infinite pending Master Services Agreement approval
114
- if (params.rampPluginId === 'infinite') {
115
- yield false
116
- }
117
0 commit comments