Merge pull request #2609 from overleaf/ta-cmg-recurly-email-update
Add UI to Update Recurly Email GitOrigin-RevId: 920a741fd9b4312f031bdd40e3d6bec48f1bd579
This commit is contained in:
@@ -127,6 +127,12 @@ module.exports = {
|
||||
SubscriptionController.processUpgradeToAnnualPlan
|
||||
)
|
||||
|
||||
webRouter.post(
|
||||
'/user/subscription/account/email',
|
||||
AuthenticationController.requireLogin(),
|
||||
SubscriptionController.updateAccountEmailAddress
|
||||
)
|
||||
|
||||
// Currently used in acceptance tests only, as a way to trigger the syncing logic
|
||||
return publicApiRouter.post(
|
||||
'/user/:user_id/features/sync',
|
||||
|
||||
Reference in New Issue
Block a user