JD-734: deprecate p2p

This commit is contained in:
v.hramov 2021-10-18 19:45:49 +03:00
parent 8cd59c1775
commit 41d97a50f8
No known key found for this signature in database
GPG Key ID: B921FAEB29A65794

View File

@ -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