Skip to content

Commit

Permalink
Merge pull request #36 from pocake/chore/fix_escape
Browse files Browse the repository at this point in the history
Fix URI.escape is obsolete warnings
  • Loading branch information
shshimamo authored Nov 16, 2022
2 parents 0fad0c6 + 86e7d94 commit 2f938d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gmo-payment-carrier/http/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def process(request_method, path, params, headers)
Response.new(
connection.send(
request_method,
URI.escape(path),
path,
params,
headers,
)
Expand Down

0 comments on commit 2f938d6

Please sign in to comment.