Skip to content

Commit

Permalink
default to EU
Browse files Browse the repository at this point in the history
  • Loading branch information
fobilow committed Jan 6, 2025
1 parent d392968 commit c3bc6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ func buildSpec(conf Template) (object.Specification, error) {
TokenExID: chg,
ApiKey: &chg,
MerchantID: chg,
Region: connectorconfig.TokenExRegionUS,
Region: connectorconfig.TokenExRegionEU,
Environment: connectorconfig.TokenExEnvironmentSandbox,
})
return connector.Connector{Library: string(connectorconfig.LibraryTokenExApiAccountUpdater), Configuration: j}, nil
Expand Down

0 comments on commit c3bc6c3

Please sign in to comment.