You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ramps-controller): update countries endpoint to v2 and add amount fields
- Add getApiPath helper function for versioned API paths (defaults to v2)
- Update getCountries endpoint to use v2/regions/countries
- Keep getGeolocation, getEligibility, and getTokens on v1 (no version prefix)
- Add defaultAmount and quickAmounts fields to Country type
- Update test mocks to use new v2 endpoint path
`Fetching 'https://on-ramp-cache.uat-api.cx.metamask.io/regions/countries?action=buy&sdk=2.1.6&controller=${CONTROLLER_VERSION}&context=mobile-ios' failed with status '500'`,
610
+
`Fetching 'https://on-ramp-cache.uat-api.cx.metamask.io/v2/regions/countries?action=buy&sdk=2.1.6&controller=${CONTROLLER_VERSION}&context=mobile-ios' failed with status '500'`,
611
611
);
612
612
});
613
613
614
614
it('throws if the API returns a non-array response',async()=>{
0 commit comments