Allow setting plans page currency with url param (#8263)

* Allow setting plans page currency with url param

GitOrigin-RevId: 5ae977d9872cf5f5b1a234d1273c70c2dd0e14e9
This commit is contained in:
Thomas
2022-06-03 12:13:21 +02:00
committed by Copybot
parent 11fddee8e4
commit f4ef8a3ea0
2 changed files with 12 additions and 2 deletions
@@ -208,6 +208,7 @@ describe('SubscriptionController', function () {
opts.groupPlanModalDefaults.usage.should.equal('foo')
done()
}
this.GeoIpLookup.isValidCurrencyParam.returns(false)
this.req.query = {
number: '42',
currency: 'ABC',