Jump to content

Stripe module - warning: the secure key is empty


Jacek Es

Recommended Posts

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

  • Like 1
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...