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

This commit is contained in:
Patrick Fic
2024-04-08 13:56:10 -07:00
9 changed files with 15 additions and 3 deletions

View File

@@ -82,9 +82,9 @@ function PaymentModalContainer({paymentModal, toggleModalVisible, bodyshop }) {
});
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") });
}
}