Class: PaymentMethod::SaferpayPaymentPage
- Inherits:
-
SaferpayPaymentMethod
- Object
- SaferpayPaymentMethod
- PaymentMethod::SaferpayPaymentPage
- Defined in:
- app/models/spree/payment_method/saferpay_payment_page.rb
Instance Method Summary collapse
Instance Method Details
#gateway_class ⇒ Object
5 6 7 |
# File 'app/models/spree/payment_method/saferpay_payment_page.rb', line 5 def gateway_class ::SolidusSixSaferpay::PaymentPageGateway end |
#init_path(order) ⇒ Object
9 10 11 |
# File 'app/models/spree/payment_method/saferpay_payment_page.rb', line 9 def init_path(order) url_helpers.solidus_six_saferpay_payment_page_init_path(order.number) end |