Merge pull request #2921 from Safelite/feature/CASH-1761
Grab from correct order rather than going around.
This commit is contained in:
commit
53f125362e
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ export default {
|
|||
}
|
||||
|
||||
// Cash Quote or Cash Price Sub Total
|
||||
payload.cashPriceSubTotal = store.getters.order?.cashPriceSubTotal ?? "";
|
||||
payload.cashPriceSubTotal = order?.cashPriceSubTotal ?? "";
|
||||
|
||||
//unverified (in scenarios we don’t display the price)
|
||||
if (
|
||||
|
|
|
|||
Loading…
Reference in a new issue