mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-02 12:48:45 +00:00
Merge branch 'feature/secureid' of https://github.com/peter-iakovlev/TelegramCoreDev into feature/secureid
This commit is contained in:
commit
077f9e89ef
@ -119,8 +119,10 @@ extension SecureIdAddressValue {
|
||||
var dict: [String: Any] = [:]
|
||||
dict["document_type"] = self.type.serialize()
|
||||
dict["street_line1"] = self.street1
|
||||
if !self.street2.isEmpty {
|
||||
dict["street_line2"] = self.street2
|
||||
dict["street_city"] = self.city
|
||||
}
|
||||
dict["city"] = self.city
|
||||
dict["region"] = self.region
|
||||
dict["country_code"] = self.countryCode
|
||||
dict["postcode"] = self.postcode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user