[#11] Payment 도메인 코드 코틀린 마이그레이션 #12

Merged
pricelees merged 32 commits from refactor/#11 into main 2025-07-16 09:19:28 +00:00
Showing only changes of commit 2734290661 - Show all commits

View File

@ -2,6 +2,9 @@ package roomescape.payment.web.dto.response;
import java.time.OffsetDateTime;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public record PaymentResponse(
String paymentKey,
String orderId,