added refund and sms feature
This commit is contained in:
@@ -21,7 +21,7 @@ function CardPaymentModalContainer({
|
||||
toggleModalVisible,
|
||||
bodyshop,
|
||||
}) {
|
||||
const { context, visible, actions } = cardPaymentModal;
|
||||
const { context, visible } = cardPaymentModal;
|
||||
|
||||
const handleCancel = () => {
|
||||
toggleModalVisible();
|
||||
|
||||
Reference in New Issue
Block a user