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
9 changes: 9 additions & 0 deletions proto/domain.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,14 @@ union ShopLocation {
1: string url
}

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

struct CheckoutLocation {
1: required string base_url
}

/* Инспекция платежа */

enum RiskScore {
Expand Down Expand Up @@ -2711,6 +2719,7 @@ struct ShopConfig {
9: required ShopLocation location
10: required CategoryRef category
11: optional set<TurnoverLimit> turnover_limits
12: optional ShopCheckoutLocation checkout_location
}

struct ShopConfigObject {
Expand Down
Loading