Remove unused constants

This commit is contained in:
Chloe Herd 2023-10-13 16:26:14 -04:00
parent 19dd003f8b
commit 119db4ade7

View file

@ -5,9 +5,3 @@ export const paymentMethods = {
PAYPAL: "Paypal", PAYPAL: "Paypal",
AFTERPAY: "Afterpay", AFTERPAY: "Afterpay",
}; };
export const paymentTimes = {
NONE: null,
ADVANCE: "Advance",
LATER: "Later",
};