add craddrtype field, switch to structured by default for revolut

The revolut app does not seem to support the combined address type.

Luckily, switching to structured seems to not be a problem for
other apps such as the ZKB eBanking app.
This commit is contained in:
Michael Stapelberg
2020-09-10 09:26:43 +02:00
parent c896ea1025
commit c090eb57c2
2 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ type AddressType string
const (
AddressTypeStructured AddressType = "S"
AddressTypeCombined = "K"
AddressTypeCombined AddressType = "K"
)
type Address struct {