Skip to content

Commit

Permalink
access via header
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgodinho-meli committed Aug 3, 2020
1 parent 2ada1f5 commit 024b2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mercadopago.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def refund_payment(id)


refund_status = {}
@rest_client.post("/v1/payments/" + id + "/refunds". access_token, refund_status)
@rest_client.post("/v1/payments/" + id + "/refunds", access_token, refund_status)

end

Expand Down

0 comments on commit 024b2d8

Please sign in to comment.