부가서비스 관련 1
This commit is contained in:
@@ -81,10 +81,24 @@ export const ROUTE_NAMES = {
|
||||
accountHolderSearch: 'account-holder-search',
|
||||
accountHolderAuth: 'account-holder-auth',
|
||||
linkPayment: 'link-payment',
|
||||
kakaoPaymentNotification: 'kakao-payment-notification',
|
||||
fundTransfer: 'fund-transfer',
|
||||
kakaoPaymentNotification: {
|
||||
base: '/kakao-payment-notification/*',
|
||||
list: 'list',
|
||||
setting: 'setting',
|
||||
},
|
||||
fundTransfer: {
|
||||
base: '/fund-transfer/*',
|
||||
requestList: 'request-list',
|
||||
requestRegister: 'request-register',
|
||||
},
|
||||
settlementAgency: 'settlement-agency',
|
||||
paymentAgency: 'payment-agency',
|
||||
paymentAgency: {
|
||||
base: '/payment-agency/*',
|
||||
list: 'list',
|
||||
detail: 'detail',
|
||||
request: 'request',
|
||||
},
|
||||
|
||||
},
|
||||
support: {
|
||||
base: '/support/*',
|
||||
|
||||
Reference in New Issue
Block a user