Class: PaymentMethod::Mollie

Inherits:
Spree::PaymentMethod
  • Object
show all
Defined in:
app/models/spree/payment_method/mollie.rb

Instance Method Summary collapse

Instance Method Details

#auto_captureObject



16
17
18
# File 'app/models/spree/payment_method/mollie.rb', line 16

def auto_capture
  false
end

#partial_nameObject



12
13
14
# File 'app/models/spree/payment_method/mollie.rb', line 12

def partial_name
  "mollie"
end

#payment_source_classObject



8
9
10
# File 'app/models/spree/payment_method/mollie.rb', line 8

def payment_source_class
  MolliePaymentSource
end