Skip to content

Commit

Permalink
Merge pull request #195 from CrAsH1101/refunds
Browse files Browse the repository at this point in the history
Add support for refund creation
  • Loading branch information
SoloJr authored Jun 10, 2021
2 parents 854bd21 + c4f28ee commit 0637bc6
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 0637bc6

Please sign in to comment.