Przeglądaj źródła

이태영 - 20210423 KCP 상품권 현금영수증 취소 로직 개발 중

xodud1202 5 lat temu
rodzic
commit
f48f7708bd

+ 0 - 6
src/main/java/com/style24/front/biz/web/TsfCartController.java

@@ -158,12 +158,6 @@ public class TsfCartController extends TsfBaseController {
 		model.addAttribute("order", order);
 		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");
 	}