Has anyone had any issues configuring the included SagePay Server payment extension? (Extension > Extension > Payment > SagePay Server)
With the payment extension installed, enabled and configured in test mode any order placed (using the standard checkout procedure) gets transferred to the SagePay test server ok, enter test card details all ok but upon making the test payment results in the order failing with a return the the checkout section of the website with an error: "There was an error processing your request. "
This occurs when using both the default theme and Journal2 theme to checkout, so I think it is safe to not blame the theme in this instance.
Looking at the log file the error log file for SagePay_Server the problem is: 'StatusDetail: Cannot match the MD5 Hash. Order might be tampered with'
SagePay support have also confirmed the error is 'unable to match MD5 hash'. They have confirmed the test account is correctly configured.
Sagepay Support have responded: "This would suggest that your system is not creating the signature correctly as our two systems are not matching. We can see from our logs that the information is definitely coming from Sage Pay, of course, so your system is erroneously perceiving the information has been tampered with due to not having created the signature correctly. In this case, if you are not creating and supporting the integration yourself, I would recommend getting in touch with Opencart to relay the error."
Has anyone had any issues, is anyone using Opencart with SagePay Server, can anyone suggest a solution or have any pointers?
Thanks in advance.
The issue you are reporting is about the length tolerance of the URL with the MD5 hash.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
replace all instances of:
Code: Select all
$this->config->get('payment_sagepay_server_vendor')
Code: Select all
strtolower($this->config->get('payment_sagepay_server_vendor'))
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 12 guests