We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d829ed1 + 6facc4b commit cd69c0eCopy full SHA for cd69c0e
lib/dwolla_v2/token.rb
@@ -53,7 +53,7 @@ def inspect
53
54
def conn
55
@conn ||= Faraday.new do |f|
56
- f.authorization :Bearer, access_token if access_token
+ f.request :authorization, :Bearer, access_token if access_token
57
f.headers[:accept] = "application/vnd.dwolla.v1.hal+json"
58
f.request :multipart
59
f.request :json
0 commit comments