Add support for Wirecard's QPAY payment page as a payment method.
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 the Prodivder
.
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