mirror of
https://github.com/valitydev/wb-list-proto.git
synced 2024-11-06 10:55:18 +00:00
JD-734: deprecate p2p
This commit is contained in:
parent
8cd59c1775
commit
41d97a50f8
@ -91,6 +91,8 @@ enum EventType {
|
|||||||
|
|
||||||
union IdInfo {
|
union IdInfo {
|
||||||
1: PaymentId payment_id
|
1: PaymentId payment_id
|
||||||
|
|
||||||
|
// DEPRECATED and may not be supported
|
||||||
2: P2pId p2p_id
|
2: P2pId p2p_id
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -101,6 +103,7 @@ struct PaymentId {
|
|||||||
2: optional ID shop_id
|
2: optional ID shop_id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// DEPRECATED and may not be supported
|
||||||
struct P2pId {
|
struct P2pId {
|
||||||
// ID party
|
// ID party
|
||||||
1: optional ID identity_id
|
1: optional ID identity_id
|
||||||
|
Loading…
Reference in New Issue
Block a user