module JeraPayment::Concerns::WithdrawalMethods

Public Instance Methods

has_destroy_callback?() click to toggle source
# File lib/jera_payment/models/concerns/withdrawal_methods.rb, line 11
def has_destroy_callback?
  false
end
has_update_callback?() click to toggle source
# File lib/jera_payment/models/concerns/withdrawal_methods.rb, line 7
def has_update_callback?
  false
end