class Stall::Payments::GatewayRequest

Attributes

cart[R]

Public Class Methods

new(cart) click to toggle source
# File lib/stall/payments/gateway_request.rb, line 6
def initialize(cart)
  @cart = cart
end

Public Instance Methods

payment_form_partial_path() click to toggle source
# File lib/stall/payments/gateway_request.rb, line 10
def payment_form_partial_path
  nil
end