결함(Bug) #146
closed[Issue VCC] Cancel VCC error IndexOutOfBound Exception
Description
Issue :
[domain:error] GlobalErrorAttributes(/admin/payment/vcc/cancel), {"transactionSetId":"58DEE57D21FE4F79A80E1360D77DAFCC","serviceCode":"/admin/payment/vcc/cancel","bookingCode":"","bookingItemCode":"","apiServiceUrl":"/admin/payment/vcc/cancel","errorYn":"Y","errorMessage":"Preconditions.java/jdk.internal.util.Preconditions/outOfBounds/100 line/","requestMessage":"{\"language\":\"EN\",\"country\":\"KR\",\"stationTypeCode\":\"STN03\",\"currency\":\"KRW\",\"condition\":{\"paymentSeq\":null}}","responseMessage":"{\"succeedYn\":false,\"transactionSetId\":\"58DEE57D21FE4F79A80E1360D77DAFCC\",\"serviceCode\":\"/admin/payment/vcc/cancel\",\"serviceName\":\"/admin/payment/vcc/cancel\",\"serviceTime\":\"2025-05-06 11:56:15\",\"status\":200,\"errorCode\":\"error.throwable\",\"errorMessage\":\"\"}"}
Files
Updated by calvin dev 10 months ago
[domain:error] GlobalErrorAttributes(/admin/payment/vcc), {"transactionSetId":"8C6172A616754A0492FA78982AE948F0","serviceCode":"/admin/payment/vcc","bookingCode":"","bookingItemCode":"","apiServiceUrl":"/admin/payment/vcc","errorYn":"Y","errorMessage":"Preconditions.java/jdk.internal.util.Preconditions/outOfBounds/100 line/","requestMessage":"{\"language\":\"EN\",\"country\":\"KR\",\"stationTypeCode\":\"STN03\",\"currency\":\"KRW\",\"condition\":{\"paymentSeq\":3414095,\"bookingItemCode\":\"K25031110953H01\",\"currencyCode\":\"VND\",\"paidAmount\":1050000,\"vccTypeCode\":\"VN001\",\"vccApprovalFromDatetime\":\"2025-07-12\",\"vccApprovalToDatetime\":\"2025-07-18\",\"vccValidDate\":\"2026-03-01\"}}","responseMessage":"{\"succeedYn\":false,\"transactionSetId\":\"8C6172A616754A0492FA78982AE948F0\",\"serviceCode\":\"/admin/payment/vcc\",\"serviceName\":\"/admin/payment/vcc\",\"serviceTime\":\"2025-05-20 10:57:50\",\"status\":200,\"errorCode\":\"error.throwable\",\"errorMessage\":\"\"}"}
Updated by calvin dev 10 months ago
- Status changed from 신규(New) to 진행(Doing)
- Estimated time set to 5.00 h
cancell VCC from admin and channel.
PaymentService, VCCservice, BookingHotelChannelService
Updated by calvin dev 10 months ago
an error occurred when the user reissued VCC but the hotel setting payment condition is prepay/cash. So it's not bug. I will update code to remove the error log.
getVendorPayment
VendorPaymentConditionRs = vccMapper.getVendorPaymentCondition(requestMap);
Updated by calvin dev 10 months ago
- Status changed from 진행(Doing) to 완료(Done)
- % Done changed from 0 to 100
- Build env. set to Dev
Updated by calvin dev 10 months ago
- Due date changed from 05/21/2025 to 05/22/2025
Updated by ziniy Kang 9 months ago
- Status changed from 완료(Done) to 완료성공(Resolve)