class ActiveMerchant::Billing::CardSaveGateway
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
# 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