We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c14192 + 27c45b8 commit 6418684Copy full SHA for 6418684
src/main/java/PodoeMarket/podoemarket/profile/dto/response/NicepayCancelResponseDTO.java
@@ -14,7 +14,7 @@ public class NicepayCancelResponseDTO {
14
private String resultMsg;
15
private String tid; // 결제 승인 키
16
private String cancelledTid; // 취소 거래 키 (전체취소면 동일, 부분취소는 다를 수 있음)
17
- private Long orderId;
+ private String orderId;
18
private String ediDate; // 응답 전문 생성일시
19
private String signature; // 위변조 검증용 signData
20
private String status; // 상태 (paid/ready/failed/cancelled/partialCancelled/expired)
0 commit comments