Skip to content

launchscout/solidus_authorizenet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolidusAuthorizeNet

Authorize.Net payment method for solidius. It uses the AcceptJS solution so card details is never processed by your server.

Installation

Add this gem to your Gemfile

gem 'solidus_authorizenet', github: 'byteable-dev/solidus_authorizenet', tag: '1.0.5'

Then run bundle install

bundle install

And then install migrations and setup the payment method

rails solidus_authorizenet:install:migrations
rake db:migrate
rails db:seed:solidus_authorizenet

When using sandbox credentials remember to enable testmod under payment settings in backend.

Sandbox Account

To create a sandbox account go to https://developer.authorize.net/

About

Authorize.Net payment method for solidius.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 75.4%
  • HTML 20.6%
  • CSS 2.5%
  • JavaScript 1.5%