Skip to content

Commit 318a7a6

Browse files
authored
Reflect current PaymentTerminal @ merchstat (#33)
1 parent 6d2bc92 commit 318a7a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

proto/merch_stat.thrift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,10 @@ enum CryptoCurrency {
169169
}
170170

171171
struct PaymentTerminal {
172-
1: required TerminalPaymentProvider terminal_type
172+
2: optional domain.PaymentServiceRef payment_service
173+
174+
/** Deprecated */
175+
1: optional TerminalPaymentProvider terminal_type_deprecated
173176
}
174177

175178
enum TerminalPaymentProvider {

0 commit comments

Comments
 (0)