Class: PaymentMethod::Mollie
- Inherits:
-
Spree::PaymentMethod
- Object
- Spree::PaymentMethod
- PaymentMethod::Mollie
- Defined in:
- app/models/spree/payment_method/mollie.rb
Instance Method Summary collapse
Instance Method Details
#auto_capture ⇒ Object
16 17 18 |
# File 'app/models/spree/payment_method/mollie.rb', line 16 def auto_capture false end |
#partial_name ⇒ Object
12 13 14 |
# File 'app/models/spree/payment_method/mollie.rb', line 12 def partial_name "mollie" end |
#payment_source_class ⇒ Object
8 9 10 |
# File 'app/models/spree/payment_method/mollie.rb', line 8 def payment_source_class MolliePaymentSource end |