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 60539ae commit 319be90Copy full SHA for 319be90
CHANGELOG.md
@@ -5,6 +5,7 @@
5
## 4.39.0 (staging)
6
7
- added: BitsOfGold and LibertyX ramp plugins.
8
+- added: Added Infinite ramp plugin.
9
- fixed: Fixed broken `logEvent` tracking calls by adding the needed `dispatch`.
10
- fixed: Localized display names for payment types in new buy/sell feature.
11
- removed: Remove change quote tracking.
src/plugins/ramps/rampConstraints.ts
@@ -94,9 +94,4 @@ export function* constraintGenerator(
94
if (params.rampPluginId === 'banxa') {
95
yield params.paymentType !== 'ach'
96
}
97
-
98
- // Disable Infinite pending Master Services Agreement approval
99
- if (params.rampPluginId === 'infinite') {
100
- yield false
101
- }
102
0 commit comments