Class | ActiveMerchant::Billing::WorldpayGateway |
In: |
lib/active_merchant/billing/gateways/worldpay.rb
|
Parent: | Gateway |
TEST_URL | = | 'https://secure-test.wp3.rbsworldpay.com/jsp/merchant/xml/paymentService.jsp' |
LIVE_URL | = | 'https://secure.wp3.rbsworldpay.com/jsp/merchant/xml/paymentService.jsp' |
CARD_CODES | = | { 'visa' => 'VISA-SSL', 'master' => 'ECMC-SSL', 'discover' => 'DISCOVER-SSL', 'american_express' => 'AMEX-SSL', } |