[#56] 예약 & 결제 프로세스 및 패키지 구조 재정의 #57

Merged
pricelees merged 45 commits from refactor/#56 into main 2025-10-09 09:33:29 +00:00
Showing only changes of commit 5e77b1cf91 - Show all commits

View File

@ -31,5 +31,5 @@ class ReservationEntity(
} }
enum class ReservationStatus { enum class ReservationStatus {
PENDING, CONFIRMED, CANCELED, FAILED, EXPIRED PENDING, PAYMENT_IN_PROGRESS, CONFIRMED, CANCELED, EXPIRED;
} }