mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 00:29:04 +02:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user