|
@@ -1469,11 +1469,11 @@ public class TsfOrderController extends TsfBaseController {
|
|
|
* @author card007
|
|
* @author card007
|
|
|
* @since 2021. 05. 25
|
|
* @since 2021. 05. 25
|
|
|
*/
|
|
*/
|
|
|
- @RequestMapping("/payment/fail")
|
|
|
|
|
|
|
+ @RequestMapping(value = "/payment/fail")
|
|
|
public ModelAndView paymentFail() {
|
|
public ModelAndView paymentFail() {
|
|
|
ModelAndView mav = new ModelAndView();
|
|
ModelAndView mav = new ModelAndView();
|
|
|
|
|
|
|
|
- mav.setViewName(super.getDeviceViewName("error/paymentFail"));
|
|
|
|
|
|
|
+ mav.setViewName(super.getDeviceViewName("error/PaymentFail"));
|
|
|
|
|
|
|
|
return mav;
|
|
return mav;
|
|
|
}
|
|
}
|