Class: CashOut::Charge::Create

Inherits:
ServiceBase
  • Object
show all
Defined in:
lib/cash_out/charge/create.rb

Constant Summary

Constants inherited from ServiceBase

ServiceBase::STRIPE_ERRORS

Instance Method Summary collapse

Methods inherited from ServiceBase

#failure_message, #failure_status, #success_message, #validate_and_save

Instance Method Details

#executeObject



11
12
13
# File 'lib/cash_out/charge/create.rb', line 11

def execute
  create_charge
end