increase amount to test paypal settlement
This commit is contained in:
CarlNation 2023-10-25 13:16:17 -04:00
parent 992f2e9215
commit b34e49ab17

View file

@ -322,10 +322,12 @@ export default {
return itemsForPia; return itemsForPia;
}, },
getAmountDue() { getAmountDue() {
return baseMixin.methods.getAmountDue(store.getters.order.lineItems); return 1600;
//return baseMixin.methods.getAmountDue(store.getters.order.lineItems);
}, },
getDisplayAmountDue() { getDisplayAmountDue() {
return baseMixin.methods.getDisplayAmountDue(store.getters.order.lineItems); return "$1600.00";
//return baseMixin.methods.getDisplayAmountDue(store.getters.order.lineItems);
}, },
isPaypal() { isPaypal() {
if (this.getPaymentType() == "pp") { if (this.getPaymentType() == "pp") {