|
@@ -158,6 +158,12 @@ public class TsfCartController extends TsfBaseController {
|
|
|
model.addAttribute("order", order);
|
|
model.addAttribute("order", order);
|
|
|
model.addAttribute("IMG_PATH", env.getProperty("upload.goods.view"));
|
|
model.addAttribute("IMG_PATH", env.getProperty("upload.goods.view"));
|
|
|
|
|
|
|
|
|
|
+ GiftCard temp = new GiftCard();
|
|
|
|
|
+ temp.setModType("STPC"); // 요청 구분 (STSQ : 조회, STSC : 전체취소, STPC : 부분취소)
|
|
|
|
|
+ temp.setOrdNo(3); // 주문번호
|
|
|
|
|
+ temp.setUsGfcdAmt(142); // 부분취소 요청 금액
|
|
|
|
|
+ GiftCard aa = coreKcpService.kcpCashReceiptCancel(temp);
|
|
|
|
|
+
|
|
|
return super.getDeviceViewName("cart/CartListAjaxForm");
|
|
return super.getDeviceViewName("cart/CartListAjaxForm");
|
|
|
}
|
|
}
|
|
|
|
|
|