Method: Effective::Order#purchased_with_credit_card?

Defined in:
app/models/effective/order.rb

#purchased_with_credit_card?Boolean



418
419
420
# File 'app/models/effective/order.rb', line 418

def purchased_with_credit_card?
  purchased? && EffectiveOrders.credit_card_payment_providers.include?(payment_provider)
end