Skip to content

Commit d691a76

Browse files
committed
Re-enable infinite ramp plugin
1 parent e5e5b6b commit d691a76

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased (develop)
44

5+
- added: Added Infinite ramp plugin.
6+
57
## 4.39.0 (staging)
68

79
- added: BitsOfGold and LibertyX ramp plugins.

src/plugins/ramps/rampConstraints.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,4 @@ export function* constraintGenerator(
109109
if (params.rampPluginId === 'banxa') {
110110
yield params.paymentType !== 'ach'
111111
}
112-
113-
// Disable Infinite pending Master Services Agreement approval
114-
if (params.rampPluginId === 'infinite') {
115-
yield false
116-
}
117112
}

0 commit comments

Comments
 (0)