|
|
@@ -451,7 +451,7 @@ public class TsfOrderService {
|
|
|
result.setPayGb("O");
|
|
|
|
|
|
// TB_PAYMENT 등록. 실패시 PG 환불.
|
|
|
- if(coreOrderDao.insertPayment(result) < 1) {
|
|
|
+ if(coreOrderDao.updatePaymentOrderComplete(result) < 1) {
|
|
|
payment.setLeftAmt(0);
|
|
|
coreKakaoPayService.kakaoPayRollBack(payment);
|
|
|
|
|
|
@@ -489,7 +489,7 @@ public class TsfOrderService {
|
|
|
result.setPayGb("O");
|
|
|
|
|
|
// TB_PAYMENT 등록. 실패시 PG 환불.
|
|
|
- if(coreOrderDao.insertPayment(result) < 1) {
|
|
|
+ if(coreOrderDao.updatePaymentOrderComplete(result) < 1) {
|
|
|
payment.setLeftAmt(0);
|
|
|
coreNaverPayService.naverPayRollBack(payment);
|
|
|
|