Add support for Wirecard's QPAY payment page as a payment method.
- Add the following to your Gemfile
gem 'spree_wirecard', :git => 'git://github.com/clemens/spree_wirecard.git'
-
Run
bundle install
-
To copy and apply migrations run:
rails g spree_wirecard:install
-
Add a new Payment Method, using
BillingIntegration::Wirecard::QPAYCheckout
as theProdivder
. -
Click
Create
, and enter your Store's Wirecard QPAY Customer ID and secret in the fields provided. -
Configure the rest to suit your needs.
-
Save
and start using it!
Copyright (c) 2012 [name of extension creator], released under the MIT License