An error has occurred

{{terminalError}}

var scriptPath = "https://static.advance.net/static/common/js/piano-frame.js"; var script = document.createElement("script"); script.onload = function(e) { function runPiano() { var config = { type: 'signinmodal', closable: 'false', receipt: { thankYouMessage: {}, cta: {}, subtextUrl: '' }, }; window.Advance.piano.build(config); } window.Advance.piano.start(runPiano); } script.type = "text/javascript"; script.async = true; script.src = scriptPath; document.head.appendChild(script);