Jacek Es Posted August 6, 2021 Share Posted August 6, 2021 Hi, Prestashop 1.6.0.8 Stripe 2.3.5 I just installed the Stripe module. It's working but on each transaction there is a note: "Warning: the secure key is empty, check your payment account before validation". I found this old post in the archive: Can anyone suggest how to resolve this? Thanks, Jacek 1 Link to comment Share on other sites More sharing options...
ComGrafPL Posted August 8, 2021 Share Posted August 8, 2021 It is possible (being an old theme) that the modules were developed for previous versions of prestashop, and have not implemented the validateOrder correctly in the call for the current versions. Link to comment Share on other sites More sharing options...
anton Posted August 10, 2021 Share Posted August 10, 2021 the creators of the module have already indicated that this is a problem with version 2.3.5 of the module. This is fixed in the latest version of the module 2.3.6() 611102a43478a.zip Link to comment Share on other sites More sharing options...
nwtdirect Posted August 12, 2021 Share Posted August 12, 2021 Sure the issue for this lies on line 294 of ValidationOrderActions.php. Change it from: $customer = new Customer($this->conveyor['cart']->id); to read: $customer = new Customer($this->conveyor['cart']->id_customer); This is untested but I believe this to be the cause. Hopefully the dev releases the next version which will fix this for you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now