byteable-dev / solidus_authorizenet

Authorize.Net payment method for solidius.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 75.4%Language:HTML 20.6%Language:CSS 2.5%Language:JavaScript 1.5%