CASH-1326 adjust step number.
This commit is contained in:
parent
face1ee14d
commit
45dbb2b75b
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ export const pageProgressMapper = {
|
|||
},
|
||||
"payment-method": {
|
||||
percent: 92, //The first Step 4 must be 92 so the animated bar lines up with the dot
|
||||
step: 3,
|
||||
step: 4,
|
||||
},
|
||||
payment: {
|
||||
percent: 96,
|
||||
|
|
|
|||
|
|
@ -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 = "https://fixmyglassdev.safelite.com/default.aspx";
|
||||
process.env.VUE_APP_GOOGLE_PLACES_API_KEY = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo";
|
||||
|
|
|
|||
Loading…
Reference in a new issue