스낵바 기능 추가, 현금영수증 날짜 변경 추가
This commit is contained in:
@@ -78,8 +78,10 @@ export const BillingChargePage = () => {
|
||||
installmentMonth: installmentMonth
|
||||
};
|
||||
billingCharge(params).then((rs) => {
|
||||
console.log(rs);
|
||||
navigate(PATHS.transaction.billing.list);
|
||||
snackBar('결제 신청을 성공하였습니다.', function(){
|
||||
navigate(PATHS.transaction.billing.list);
|
||||
});
|
||||
|
||||
}).catch((e: any) => {
|
||||
/*
|
||||
if(e.response?.data?.message){
|
||||
|
||||
Reference in New Issue
Block a user