Merge pull request #597 from Safelite/feature/richardson/SSR-1139.3
replace concept-funnel with iss-nextgen
This commit is contained in:
commit
2280ee7943
1 changed files with 2 additions and 2 deletions
|
|
@ -514,11 +514,11 @@ export default {
|
||||||
computed: {
|
computed: {
|
||||||
payInAdvanceResponseUrl() {
|
payInAdvanceResponseUrl() {
|
||||||
const { protocol, host } = window.location;
|
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() {
|
payInAdvanceCancelUrl() {
|
||||||
const { protocol, host } = window.location;
|
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() {
|
dynamicCSSUrl() {
|
||||||
const { protocol, hostname, port } = window.location;
|
const { protocol, hostname, port } = window.location;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue