Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Fake Authorize.net API for testing activemerchant based recurrent payments

Notifications You must be signed in to change notification settings

sumskyi/fake_authorizenet_arb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake Authorize.net ARB site for testing activemerchant based payments

1) point api.authorize.net to your fake installation

2) to prevent "OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed" errors put the followinng in your initializers

module ActiveMerchant
  module Billing
    class AuthorizeNetGateway
      self.ssl_strict = false
    end
  end
end unless Rails.env.production?

About

Fake Authorize.net API for testing activemerchant based recurrent payments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published