Merge pull request #23472 from overleaf/rh-timeout-paywall-plans
Expose plan prices to compile timeout paywall GitOrigin-RevId: 33ee11bc0b770a2786931894ba9ae57312a7efa9
This commit is contained in:
@@ -62,6 +62,11 @@ describe('ProjectController', function () {
|
||||
getUsersSubscription: sinon.stub().resolves(),
|
||||
},
|
||||
}
|
||||
this.SubscriptionController = {
|
||||
promises: {
|
||||
getRecommendedCurrency: sinon.stub().resolves({ currency: 'USD' }),
|
||||
},
|
||||
}
|
||||
this.LimitationsManager = {
|
||||
hasPaidSubscription: sinon.stub(),
|
||||
promises: {
|
||||
@@ -231,6 +236,7 @@ describe('ProjectController', function () {
|
||||
'../User/UserController': this.UserController,
|
||||
'./ProjectHelper': this.ProjectHelper,
|
||||
'../Subscription/SubscriptionLocator': this.SubscriptionLocator,
|
||||
'../Subscription/SubscriptionController': this.SubscriptionController,
|
||||
'../Subscription/LimitationsManager': this.LimitationsManager,
|
||||
'../Tags/TagsHandler': this.TagsHandler,
|
||||
'../../models/User': { User: this.UserModel },
|
||||
|
||||
Reference in New Issue
Block a user