bipinshashi / spree_qbms

QuickBooks Merchant Services gateway for use in Spree 2.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpreeQbms

Spree extension to accept payments via Intuit quickbooks merchant services (QBMS). https://merchantcenter.intuit.com/msc/portal/login?offering=qbms

Follow this guide to setup a qbms app: https://support.bigcommerce.com/questions/1061/How+do+I+set+up+QuickBooks+Merchant+Services%3F

Example

Add "gem 'spree_qbms'" to gemfile and bundle install.

Goto Spree Admin Panel -> Configuration -> Payment Methods -> New Payment Method.

Select Spree::Gateway::Qbms as the provider and add a name.

In the update screen provide the following information:

  • App Login
  • App ID
  • Ticket

Copyright (c) 2014 [name of extension creator], released under the New BSD License

About

QuickBooks Merchant Services gateway for use in Spree 2.2

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


Languages

Language:Ruby 97.6%Language:CSS 1.3%Language:JavaScript 1.1%