Skip to content

Commit

Permalink
Merge pull request #430 from ivpn/bugfix/in-app-payments-legacy-account
Browse files Browse the repository at this point in the history
In-app payments not working for legacy accounts
  • Loading branch information
jurajhilje authored Feb 23, 2024
2 parents f70ffaa + fec52af commit e02ca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IVPNClient/Models/ServiceStatus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ struct ServiceStatus: Codable {
}

func isNewStyleAccount() -> Bool {
guard let username = username else {
guard let username = KeyChain.username else {
return true
}

Expand Down

0 comments on commit e02ca87

Please sign in to comment.