CSR-1392
prettier
This commit is contained in:
parent
a2ad6e4ce1
commit
0da018e83c
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ export default {
|
|||
//return baseMixin.methods.getAmountDue(store.getters.order.lineItems);
|
||||
},
|
||||
getDisplayAmountDue() {
|
||||
return "$2.00"
|
||||
return "$2.00";
|
||||
//return baseMixin.methods.getDisplayAmountDue(store.getters.order.lineItems);
|
||||
},
|
||||
isPaypal() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue