added refund and sms feature

This commit is contained in:
swtmply
2023-03-17 01:05:51 +08:00
parent cf017fb80b
commit fa05d0b401
10 changed files with 231 additions and 71 deletions

View File

@@ -21,7 +21,7 @@ function CardPaymentModalContainer({
toggleModalVisible,
bodyshop,
}) {
const { context, visible, actions } = cardPaymentModal;
const { context, visible } = cardPaymentModal;
const handleCancel = () => {
toggleModalVisible();