Merge branch 'release/2024-04-05' into release/AIO/2024-04-05

This commit is contained in:
Patrick Fic
2024-04-08 13:55:43 -07:00
11 changed files with 33 additions and 8 deletions

View File

@@ -84,9 +84,9 @@ function PaymentModalContainer({ paymentModal, toggleModalVisible, bodyshop, cur
});
if (!!!updatedPayment.errors) {
notification["success"]({ message: t("payments.successes.payment") });
notification["success"]({ message: t("payments.successes.paymentupdate") });
} else {
notification["error"]({ message: t("payments.errors.payment") });
notification["error"]({ message: t("payments.errors.paymentupdate") });
}
}