Class: Pay::Purchasekit::Charge

Inherits:
Charge
  • Object
show all
Defined in:
app/models/pay/purchasekit/charge.rb

Instance Method Summary collapse

Instance Method Details

#refund!(amount = nil) ⇒ Object



4
5
6
# File 'app/models/pay/purchasekit/charge.rb', line 4

def refund!(amount = nil)
  raise Pay::Purchasekit::Error, "Refunds must be processed through App Store Connect or Google Play Console."
end