restructured card payment modal and added audit trailing
This commit is contained in:
@@ -25,16 +25,12 @@ function CardPaymentModalContainer({
|
||||
|
||||
const handleCancel = () => {
|
||||
toggleModalVisible();
|
||||
actions.refetch();
|
||||
};
|
||||
|
||||
const handleOK = () => {
|
||||
toggleModalVisible();
|
||||
actions.refetch();
|
||||
};
|
||||
|
||||
const handleNewPayment = () => {};
|
||||
|
||||
return (
|
||||
<Modal
|
||||
visible={visible}
|
||||
@@ -44,9 +40,6 @@ function CardPaymentModalContainer({
|
||||
<Button key="back" onClick={handleCancel}>
|
||||
Go Back
|
||||
</Button>,
|
||||
<Button key="submit" type="primary" onClick={handleNewPayment}>
|
||||
Submit Payment
|
||||
</Button>,
|
||||
]}
|
||||
width="50%"
|
||||
destroyOnClose
|
||||
|
||||
Reference in New Issue
Block a user