=== About Ubercart Sagepay Go Server module ===

This module is intended to be used with Ubercart 2.x, to provide a simple method of integrating with Sagepay's (formerly Protx) "Sagepay Go" Server payment transaction protocol (http://www.sagepay.com/integrating_sagepay.asp#server).


=== About the Authors ===

Leo Pitt
www.function-design.co.uk


=== Installation instructions ===

Download and unpack the module code into /sites/all/modules/ within your drupal site.

You should now have a folder, /sites/all/modules/ubercart/uc_sagepaygoserver, containing the module files.

Enable the module via your site modules page.

Go to /admin/store/settings/payment/edit/gateways to configure the module

* The Gateway URL should be the notification URL provided to you by Sagepay for registering transactions
* VPSProtocol should be the version of Sagepay's protocol to use (at time of writing, default is 2.23)
* Vendorname is the vendorname provided to you by Sagepay for registering transactions
* Currency code is the 3-digit ISO 4217 currency code you wish to use on your site (and which must be accepted by Sagepay)
* Check or uncheck the "Show debug info in the logs for payment notifications" if you want to log errors, alerts, and so on received from Sagepay during transactions

Finally, go to /admin/store/settings/payment/edit/methods and make sure Sagepay Go Server is enabled as a payment method.
