feature/types/empty-tags #1

Merged
euphoria-laxis merged 3 commits from feature/types/empty-tags into staging 2024-10-22 15:06:58 +02:00
Showing only changes of commit f840b7aac7 - Show all commits

View File

@ -1086,8 +1086,8 @@ type (
// CardBillingAddress structure
CardBillingAddress struct {
AddressLine1 string `json:"address_line_1"`
AddressLine2 string `json:"address_line_2"`
AdminArea2 string `json:"admin_area_2"`
AddressLine2 string `json:"address_line_2,omitempty"`
AdminArea2 string `json:"admin_area_2,omitempty"`
AdminArea1 string `json:"admin_area_1"`
PostalCode string `json:"postal_code"`
CountryCode string `json:"country_code"`