Refactor payments for intellipay.

This commit is contained in:
Patrick Fic
2023-09-15 10:37:09 -07:00
parent 94e47d14ad
commit 5ca34105ef
9 changed files with 281 additions and 157 deletions

View File

@@ -254,7 +254,7 @@ function Header({
onClick={() => {
setCardPaymentContext({
actions: {},
context: null,
context: {},
});
}}
icon={<Icon component={FaCreditCard} />}