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-23 12:13:18 +02:00
committed by Copybot
parent a426d08b9c
commit 5cef00a15f
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(),
},
}