cloud_payments
cloud_payments copied to clipboard
Handle `Refunded` attribute in transaction model
Transaction has a "Refunded" attribute. It's false by default and true when transaction is (surprise) refunded.
This commit adds refunded property and refunded? method to Transaction model.
We added this PR to our fork: https://github.com/platmart/cloud_payments Our company actively uses CloudPayments and we'll maintain the fork.