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::QPAYCheckoutas 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.
-
Saveand start using it!
Copyright (c) 2012 [name of extension creator], released under the MIT License