Skip to content

Instantly share code, notes, and snippets.

View rbjordan3's full-sized avatar

Rob Jordan rbjordan3

View GitHub Profile
@rbjordan3
rbjordan3 / netaxept.rb
Last active December 12, 2015 10:18
Modified netaxept.rb. This worked with the netaxept gateway as of 2013-02-11
require 'test_helper'
class RemoteNetaxeptTest < Test::Unit::TestCase
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
def setup
@gateway = NetaxeptGateway.new(fixtures(:netaxept))
@amount = 100
@credit_card = credit_card('4925000000000004')