Merge branch 'feature/intellipay' into release/2023-09-15

This commit is contained in:
Patrick Fic
2023-09-15 10:38:51 -07:00
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} />}