I am trying to integrate this module with Ubercart and Sagepay with no success at all.
I have downloaded the Sagepay example php code and it works correctly with my server.
But no transaction come through from my Drupal site.
Does anyone have any documentation for this please? Or any advice please?
David
Comments
Comment #1
longwaveWhat do you mean by "will not work at all"? Are there any error messages in the Drupal log, or in the admin comments of orders you have made?
To set up the module you need to configure the credit card settings at /admin/store/settings/payment/edit/methods and the Sage Pay settings at /admin/store/settings/payment/edit/gateways, after this you should be able to run transactions against the test server. Once you have some successful test transactions you need to contact Sage Pay and ask them to enable your live account, after which you can start running real transactions.
Comment #2
density commentedHi All,
to try and test this I had switched off BOTH of
"Validate credit card numbers at checkout."
and
"Attempt to process credit card payments at checkout."
Little did I realise that this would stop ALL Sage Pay attempts.
So I understand a bit more but some user guide would still be appretiated.
David