Parent

Methods

Class/Module Index [+]

Quicksearch

ActiveMerchant::Billing::CardSaveGateway

Public Class Methods

new(options={}) click to toggle source
# File lib/active_merchant/billing/gateways/card_save.rb, line 14
def initialize(options={})
  super
  @test_url = 'https://gw1.cardsaveonlinepayments.com:4430/'
  @live_url = 'https://gw1.cardsaveonlinepayments.com:4430/'
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.