Module: Spree::Core::StateMachines::Payment
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/spree/core/state_machines/payment.rb
Overview
Payments’ state machine
for each event the following instance methods are dynamically implemented:
#<event_name>
#<event_name>!
#can_<event_name>?
for each state the following instance methods are implemented:
#<state_name>?