Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions proto/domain.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ union ShopLocation {
1: string url
}

struct ShopCheckoutLocation {
struct CheckoutLocations {
1: required list<CheckoutLocation> locations
}

Expand Down Expand Up @@ -2727,7 +2727,7 @@ struct ShopConfig {
9: required ShopLocation location
10: required CategoryRef category
11: optional set<TurnoverLimit> turnover_limits
12: optional ShopCheckoutLocation checkout_location
12: optional CheckoutLocations checkout_locations
}

struct ShopConfigObject {
Expand Down Expand Up @@ -2771,6 +2771,7 @@ struct PartyConfig {
3: required Blocking block
4: required Suspension suspension
5: required PartyContactInfo contact_info
6: optional CheckoutLocations checkout_locations
}

struct PartyConfigObject {
Expand Down
Loading