Mangopay / mangopay2-ruby-sdk

Ruby Gem for MANGOPAY
https://rubygems.org/gems/mangopay
MIT License
42 stars 38 forks source link

Add support for refund creation #195

Closed CrAsH1101 closed 3 years ago

CrAsH1101 commented 3 years ago

Add support to create refunds for PayIn, Transfer and PayOut transactions.

PayIn example MangoPay::PayIn.refund(pay_in_id, { AuthorId: user_id })

CrAsH1101 commented 3 years ago

Can somebody please check why CI/CD is failing on everything? Thank you

fredericdelordm commented 3 years ago

Hello @CrAsH1101,

Thank you for your PR and your time. We are going to review it as soon as possible.

Have a nice day,

SoloJr commented 3 years ago

Hello @CrAsH1101

Please pull the latest from master in your branch in order to fix the build issues. Then I will gladly review your PR.

Thanks, SoloJr

CrAsH1101 commented 3 years ago

Done!