Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Use error log level instead of warn
Browse files Browse the repository at this point in the history
  • Loading branch information
skukx committed Feb 4, 2019
1 parent 71bfe42 commit 8a6f7fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def load_gateway
def generate_token
@gateway.generate_token
rescue ::SolidusPaypalBraintree::Gateway::TokenGenerationDisabledError => error
Rails.logger.warn error
Rails.logger.error error
nil
end
end
Expand Down

0 comments on commit 8a6f7fb

Please sign in to comment.