class Stall::AuthorizeDotNet::Gateway::Request

Attributes

cart[R]

Public Class Methods

new(cart) click to toggle source
# File lib/stall/authorize_dot_net/gateway.rb, line 37
def initialize(cart)
  @cart = cart
end

Public Instance Methods

gateway() click to toggle source
# File lib/stall/authorize_dot_net/gateway.rb, line 45
def gateway
  @gateway = Stall::AuthorizeDotNet::Gateway.new(cart)
end
payment_form_partial_path() click to toggle source
# File lib/stall/authorize_dot_net/gateway.rb, line 41
def payment_form_partial_path
  'stall/authorize_dot_net/payment_form'
end