You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAIK, Authorize.Net allows a merchant to use just one currency for all operations. To work with multiple currencies, one must make several accounts with them. See this.
Gringotts can very easily support multiple merchant accounts, even with the same gateway. The user should explicitly pass in their credentials under the :config key in opts -- overriding any config found in the application-config.
The Authorize.Net gateway only supports USD for now.
Create the functionality to support other currencies.
The text was updated successfully, but these errors were encountered: