Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions proto/domain.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -2264,6 +2264,7 @@ union Condition {
6: ShopLocation shop_location_is
7: PartyCondition party
8: BinDataCondition bin_data
9: ClientTrustLevel trust_level_is
}

struct BinDataCondition {
Expand Down
1 change: 1 addition & 0 deletions proto/payment_processing.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,7 @@ struct Varset {
8: optional domain.PaymentTool payment_tool
9: optional domain.PartyConfigRef party_ref
10: optional domain.BinData bin_data
11: optional domain.ClientTrustLevel trust_level
}

struct ProviderDetails {
Expand Down
Loading