From c4f28ee201458cb3f5d5403434d9ee4eaa39bee3 Mon Sep 17 00:00:00 2001 From: Igor Grubisic Date: Tue, 25 May 2021 02:05:41 +0200 Subject: [PATCH] Add support for refund creation --- lib/mangopay/refund.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mangopay/refund.rb b/lib/mangopay/refund.rb index b93b5e3..b27cabf 100644 --- a/lib/mangopay/refund.rb +++ b/lib/mangopay/refund.rb @@ -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+