|
@@ -22,6 +22,7 @@ import com.gagaframework.web.parameter.GagaMap;
|
|
|
import com.style24.core.biz.service.TscFreegiftService;
|
|
import com.style24.core.biz.service.TscFreegiftService;
|
|
|
import com.style24.core.biz.service.TscKakaoPayService;
|
|
import com.style24.core.biz.service.TscKakaoPayService;
|
|
|
import com.style24.core.biz.service.TscOrderService;
|
|
import com.style24.core.biz.service.TscOrderService;
|
|
|
|
|
+import com.style24.core.biz.thirdparty.KakaoPayApi;
|
|
|
import com.style24.core.support.env.TscConstants;
|
|
import com.style24.core.support.env.TscConstants;
|
|
|
import com.style24.core.support.message.TscMessageByLocale;
|
|
import com.style24.core.support.message.TscMessageByLocale;
|
|
|
import com.style24.front.biz.service.TsfCartService;
|
|
import com.style24.front.biz.service.TsfCartService;
|
|
@@ -491,7 +492,12 @@ public class TsfOrderController extends TsfBaseController {
|
|
|
} else {
|
|
} else {
|
|
|
order.setCustNo(TsfSession.getInfo().getCustNo());
|
|
order.setCustNo(TsfSession.getInfo().getCustNo());
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ Payment payment = kakaoPayService.approveKakaoPayment(order);
|
|
|
|
|
|
|
|
- return kakaoPayService.approveKakaoPayment(order);
|
|
|
|
|
|
|
+ GagaMap map = kakaoPayService.getKakaoPaymentOrder(order);
|
|
|
|
|
+ log.info("map >>> {}", map);
|
|
|
|
|
+
|
|
|
|
|
+ return payment;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|