Merge pull request #1248 from Safelite/CSR-1553-change-insurance-threshold
CSR-1553 changed insurance threshold value from 500 to 300.
This commit is contained in:
commit
68c3a2b8f3
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ export default {
|
|||
return availableLineItems
|
||||
? baseMixin.methods.getTierOnePackagePrice(
|
||||
baseMixin.methods.filterOutFees(availableLineItems)
|
||||
) > 500
|
||||
) > 300
|
||||
: null;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue