Merge pull request #597 from Safelite/feature/richardson/SSR-1139.3

replace concept-funnel with iss-nextgen
This commit is contained in:
brich1212safe 2024-03-21 12:31:32 -04:00 committed by GitHub
commit 2280ee7943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -514,11 +514,11 @@ export default {
computed: {
payInAdvanceResponseUrl() {
const { protocol, host } = window.location;
return `${protocol}//${host}/?issPage=${issPageValues.PAYMENT_RETURN}&src=concept-funnel`;
return `${protocol}//${host}/?issPage=${issPageValues.PAYMENT_RETURN}&src=iss-nextgen`;
},
payInAdvanceCancelUrl() {
const { protocol, host } = window.location;
return `${protocol}//${host}/?issPage=${issPageValues.PAYMENT_METHOD}&src=concept-funnel`;
return `${protocol}//${host}/?issPage=${issPageValues.PAYMENT_METHOD}&src=iss-nextgen`;
},
dynamicCSSUrl() {
const { protocol, hostname, port } = window.location;