Class: Spree::ConektaPayment
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Spree::ConektaPayment
- Defined in:
- app/models/spree/conekta_payment.rb
Instance Method Summary collapse
Instance Method Details
#actions ⇒ Object
9 10 11 |
# File 'app/models/spree/conekta_payment.rb', line 9 def actions %w{capture} end |
#can_capture?(payment) ⇒ Boolean
13 14 15 |
# File 'app/models/spree/conekta_payment.rb', line 13 def can_capture?(payment) ['checkout', 'pending'].include?(payment.state) end |