Module: Moyasar::Actions::Refund::InstanceMethods

Defined in:
lib/moyasar/actions/refund.rb

Instance Method Summary collapse

Instance Method Details

#refund(attrs = {}) ⇒ Object



22
23
24
# File 'lib/moyasar/actions/refund.rb', line 22

def refund(attrs = {})
  self.class.perform_refund(id, attrs) unless id.nil?
end