Methods

Class 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
14:       def initialize(options={})
15:         super
16:         @test_url = 'https://gw1.cardsaveonlinepayments.com:4430/'
17:         @live_url = 'https://gw1.cardsaveonlinepayments.com:4430/'
18:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.