update: work on success modal, update to payment mixin to calculate monthly billing date

This commit is contained in:
CuriousMagpie
2022-08-26 17:58:51 -04:00
parent 40f433b099
commit 8a809c3828
3 changed files with 58 additions and 70 deletions

View File

@@ -343,9 +343,9 @@ export default {
}
// TEMP CODE
if (this.paymentMethod === this.PAYMENTS.OTHER) {
console.log(paymentData);
}
// if (this.paymentMethod === this.PAYMENTS.OTHER) {
// console.log(paymentData);
// }
return null;
},