{{user.displayName}}
{{user.email}}
{{terminalErrorHeading}}
An error has occurred
{{terminalError}}
Checkout with {{app.name}}
Choose from any one of our options below.
if (!document.getElementById('addTemplateScript')) { const currentUrl = new URL(window.location.href) const isInsidePianoIframe = ['tinypass.com', 'piano.io'].some(pianoDomain => currentUrl.host.includes(pianoDomain)) const rootUrl = isInsidePianoIframe ? new URL(currentUrl.searchParams.get('url')) : currentUrl const isProduction = rootUrl.host.includes('scmp.com') var script = document.createElement('script') script.id = 'addTemplateScript' script.async = true script.defer = true script.src = isProduction ? 'https://assets.i-scmp.com/subscription-template/addTemplateScript.js' : 'https://product-web-scmp-pwa-dev.oss-cn-hongkong.aliyuncs.com/subscription-template/staging/addTemplateScript.js' document.head.appendChild(script) }