CASH-1326 adjust step number.

This commit is contained in:
Bryan Mauger 2025-08-06 14:42:17 -04:00
parent face1ee14d
commit 45dbb2b75b
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ export const pageProgressMapper = {
}, },
"payment-method": { "payment-method": {
percent: 92, //The first Step 4 must be 92 so the animated bar lines up with the dot percent: 92, //The first Step 4 must be 92 so the animated bar lines up with the dot
step: 3, step: 4,
}, },
payment: { payment: {
percent: 96, percent: 96,

View file

@ -1,4 +1,4 @@
process.env.VUE_APP_CONSUMER_CF_DISTRO = "https://digitalapi.dev.safelite.io"; process.env.VUE_APP_CONSUMER_CF_DISTRO = "https://digitalapi.qa.safelite.io";
//process.env.VUE_APP_HERITAGE_FUNNEL = "http://localhost:38000/default.aspx"; //process.env.VUE_APP_HERITAGE_FUNNEL = "http://localhost:38000/default.aspx";
process.env.VUE_APP_HERITAGE_FUNNEL = "https://fixmyglassdev.safelite.com/default.aspx"; process.env.VUE_APP_HERITAGE_FUNNEL = "https://fixmyglassdev.safelite.com/default.aspx";
process.env.VUE_APP_GOOGLE_PLACES_API_KEY = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo"; process.env.VUE_APP_GOOGLE_PLACES_API_KEY = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo";