결제하기 URL 간편결제 버전으로 변경
This commit is contained in:
parent
ff30c92a13
commit
84b8b09dc8
@ -243,7 +243,7 @@ public class MjonEventController {
|
||||
* @return "/web/pay/PayView.do"
|
||||
* @throws Exception
|
||||
*/
|
||||
@RequestMapping(value= {"/web/event/member/pay/PayView.do"})
|
||||
@RequestMapping(value= {"/web/event/member/pay/PayView_OLD.do"})
|
||||
public String PayView(@ModelAttribute("mjonPayVO") MjonPayVO mjonPayVO,
|
||||
HttpServletRequest request, RedirectAttributes redirectAttributes,
|
||||
ModelMap model) throws Exception{
|
||||
@ -393,7 +393,7 @@ public class MjonEventController {
|
||||
}
|
||||
model.addAttribute("tabType", tabType);
|
||||
|
||||
return "/web/event/pay/EventPayView";
|
||||
return "/web/event/pay/EventPayView_OLD";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -55,10 +55,10 @@ public class MjonEventPayV2Controller {
|
||||
* 이벤트 결제하기 화면
|
||||
* @param searchVO
|
||||
* @param model
|
||||
* @return "/web/pay/PayView.do"
|
||||
* @return "/web/event/member/pay/PayView.do"
|
||||
* @throws Exception
|
||||
*/
|
||||
@RequestMapping(value= {"/web/event/member/pay/PayViewV2.do"})
|
||||
@RequestMapping(value= {"/web/event/member/pay/PayView.do"})
|
||||
public String PayViewV2(@ModelAttribute("mjonPayVO") MjonPayVO mjonPayVO,
|
||||
HttpServletRequest request, RedirectAttributes redirectAttributes,
|
||||
ModelMap model) throws Exception{
|
||||
@ -216,7 +216,7 @@ public class MjonEventPayV2Controller {
|
||||
}
|
||||
model.addAttribute("tabType", tabType);
|
||||
|
||||
return "/web/event/pay/EventPayViewV2";
|
||||
return "/web/event/pay/EventPayView";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1756,7 +1756,7 @@ public class MjonPayController {
|
||||
* @return "/web/pay/PayView.do"
|
||||
* @throws Exception
|
||||
*/
|
||||
@RequestMapping(value= {"/web/member/pay/PayView.do"})
|
||||
@RequestMapping(value= {"/web/member/pay/PayView_OLD.do"})
|
||||
public String PayView(@ModelAttribute("mjonPayVO") MjonPayVO mjonPayVO,
|
||||
HttpServletRequest request, RedirectAttributes redirectAttributes,
|
||||
ModelMap model) throws Exception{
|
||||
@ -1841,7 +1841,7 @@ public class MjonPayController {
|
||||
List<MberGrdVO> mberGrdSettingList = mberGrdService.selectMberGrdSettingList(mberGrdVO);
|
||||
model.addAttribute("mberGrdSettingList", mberGrdSettingList);
|
||||
|
||||
return "/web/pay/PayView";
|
||||
return "/web/pay/PayView_OLD";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -104,10 +104,10 @@ public class MjonPayV2Controller {
|
||||
* 결제하기
|
||||
* @param searchVO
|
||||
* @param model
|
||||
* @return "/web/pay/PayViewV2.do"
|
||||
* @return "/web/pay/PayView.do"
|
||||
* @throws Exception
|
||||
*/
|
||||
@RequestMapping(value= {"/web/member/pay/PayViewV2.do"})
|
||||
@RequestMapping(value= {"/web/member/pay/PayView.do"})
|
||||
public String PayViewV2(@ModelAttribute("mjonPayVO") MjonPayVO mjonPayVO,
|
||||
HttpServletRequest request, RedirectAttributes redirectAttributes,
|
||||
ModelMap model) throws Exception{
|
||||
@ -189,7 +189,7 @@ public class MjonPayV2Controller {
|
||||
List<MberGrdVO> mberGrdSettingList = mberGrdService.selectMberGrdSettingList(mberGrdVO);
|
||||
model.addAttribute("mberGrdSettingList", mberGrdSettingList);
|
||||
|
||||
return "/web/pay/PayViewV2";
|
||||
return "/web/pay/PayView";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user