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] = [:]
|
var dict: [String: Any] = [:]
|
||||||
dict["document_type"] = self.type.serialize()
|
dict["document_type"] = self.type.serialize()
|
||||||
dict["street_line1"] = self.street1
|
dict["street_line1"] = self.street1
|
||||||
dict["street_line2"] = self.street2
|
if !self.street2.isEmpty {
|
||||||
dict["street_city"] = self.city
|
dict["street_line2"] = self.street2
|
||||||
|
}
|
||||||
|
dict["city"] = self.city
|
||||||
dict["region"] = self.region
|
dict["region"] = self.region
|
||||||
dict["country_code"] = self.countryCode
|
dict["country_code"] = self.countryCode
|
||||||
dict["postcode"] = self.postcode
|
dict["postcode"] = self.postcode
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user