generated from pricelees/issue-pr-template
feat: ReservationStatus에 PAYMENT_IN_PROGRESS 타입 추가
This commit is contained in:
parent
c4cd168175
commit
5e77b1cf91
@ -31,5 +31,5 @@ class ReservationEntity(
|
||||
}
|
||||
|
||||
enum class ReservationStatus {
|
||||
PENDING, CONFIRMED, CANCELED, FAILED, EXPIRED
|
||||
PENDING, PAYMENT_IN_PROGRESS, CONFIRMED, CANCELED, EXPIRED;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user