Files
overleaf-cep/services/web/app/views/subscriptions/preview-change.pug
T
Kristina 857466d7cf [web] use the correct Stripe payment confirmation function for upgrades (#29151)
GitOrigin-RevId: d7447d180f1c0320989d7f86bb1d46173e235e46
2025-10-22 08:05:46 +00:00

23 lines
536 B
Plaintext

extends ../layout-react
block entrypointVar
- entrypoint = 'pages/user/subscription/preview-change'
block append meta
meta(name='ol-user' data-type='json' content=user)
meta(
name='ol-subscriptionChangePreview'
data-type='json'
content=changePreview
)
meta(name='ol-purchaseReferrer' data-type='string' content=purchaseReferrer)
meta(
name='ol-subscriptionPaymentErrorCode'
data-type='string'
content=redirectedPaymentErrorCode
)
block content
main#main-content.content.content-alt
#subscription-preview-change