Skip to content

Commit 319be90

Browse files
committed
Re-enable infinite ramp plugin
1 parent 60539ae commit 319be90

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## 4.39.0 (staging)
66

77
- added: BitsOfGold and LibertyX ramp plugins.
8+
- added: Added Infinite ramp plugin.
89
- fixed: Fixed broken `logEvent` tracking calls by adding the needed `dispatch`.
910
- fixed: Localized display names for payment types in new buy/sell feature.
1011
- removed: Remove change quote tracking.

src/plugins/ramps/rampConstraints.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,4 @@ export function* constraintGenerator(
9494
if (params.rampPluginId === 'banxa') {
9595
yield params.paymentType !== 'ach'
9696
}
97-
98-
// Disable Infinite pending Master Services Agreement approval
99-
if (params.rampPluginId === 'infinite') {
100-
yield false
101-
}
10297
}

0 commit comments

Comments
 (0)