Method: Spree::PaymentMethod::StoreCredit#can_void?

Defined in:
app/models/spree/payment_method/store_credit.rb

#can_void?(payment) ⇒ Boolean

Returns:

  • (Boolean)


11
12
13
# File 'app/models/spree/payment_method/store_credit.rb', line 11

def can_void?(payment)
  payment.pending?
end