Merge pull request #24848 from overleaf/mf-save-stripe-checkout-data-to-mongo-db

[web] Save stripe checkout data to mongodb

GitOrigin-RevId: 537778a041f92f43ccf6455c29a56c7a961ce765
This commit is contained in:
Kristina
2025-04-24 08:05:40 +00:00
committed by Copybot
parent dd3956f5f4
commit 6f1f1ba744
7 changed files with 48 additions and 6 deletions
@@ -114,6 +114,7 @@ describe('SubscriptionHandler', function () {
promises: {
updateSubscriptionFromRecurly: sinon.stub().resolves(),
syncSubscription: sinon.stub().resolves(),
syncStripeSubscription: sinon.stub().resolves(),
startFreeTrial: sinon.stub().resolves(),
},
}