We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2fec7 commit 211bb5eCopy full SHA for 211bb5e
lib/AuthenticationSDK/core/Authorization.rb
@@ -25,7 +25,7 @@ def getToken(merchantconfig_obj, gmtdatetime)
25
elsif authenticationType == Constants::AUTH_TYPE_OAUTH
26
token = GenerateOAuthToken.new.getToken(merchantconfig_obj, gmtdatetime)
27
else
28
- raise StandardError.ner(Constants::ERROR_PREFIX + Constants::AUTH_ERROR)
+ raise StandardError.new(Constants::ERROR_PREFIX + Constants::AUTH_ERROR)
29
end
30
rescue StandardError => err
31
@log_obj.logger.error(ExceptionHandler.new.new_api_exception err)
0 commit comments