Skip to content

Commit

Permalink
Add support for refund creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Grubisic committed May 27, 2021
1 parent b12d870 commit c4f28ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mangopay/refund.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module MangoPay

# See http://docs.mangopay.com/api-references/refund/
class Refund < Resource
include HTTPCalls::Create
include HTTPCalls::Fetch

# Fetches list of refunds belonging to given +repudiation_id+
Expand Down

0 comments on commit c4f28ee

Please sign in to comment.