Skip to content

Commit 6705358

Browse files
committed
Add new booking status confirmed
1 parent a26c237 commit 6705358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Sources/Networking/Model/Bookings/Booking.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public enum BookingStatus: String, CaseIterable {
181181
case unpaid
182182
case cancelled
183183
case pendingConfirmation = "pending-confirmation"
184+
case confirmed
184185
case inCart = "in-cart"
185186
case unknown
186187
}

0 commit comments

Comments
 (0)