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
Currently, the support is to set the mode as "test" or "prod" for 'sandbox' or 'live' account in the global config of application with respect to a gateway. By default if no mode is set then the "test" mode is used.
config:gringotts,:global_config,mode: :test
But, this configuration should be made mandatory and a compile time exception should be raised if the field is not set.
The text was updated successfully, but these errors were encountered:
Currently, the support is to set the
mode
as "test" or "prod" for 'sandbox' or 'live' account in the global config of application with respect to a gateway. By default if no mode is set then the "test" mode is used.But, this configuration should be made mandatory and a compile time exception should be raised if the field is not set.
The text was updated successfully, but these errors were encountered: