Skip to content

Commit bba3a6e

Browse files
authored
Merge pull request #5840 from EdgeApp/sam/infinite-enable
Re-enable infinite ramp plugin
2 parents 0a36493 + d9dc699 commit bba3a6e

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)