Almost done
This commit is contained in:
@@ -28,6 +28,7 @@ struct CreateOrderItemPayload: Codable {
|
||||
let qty: Int
|
||||
let price: Double
|
||||
let addons: [CreateOrderAddonPayload]
|
||||
let choices: [String]?
|
||||
}
|
||||
|
||||
struct CreateOrderAddonPayload: Codable {
|
||||
|
||||
Reference in New Issue
Block a user