Jump to content
thirty bees forum

PayPal v5.4.2 - bug on reset


smarterweb

Recommended Posts

If you try to reset the official paypal module in a vanilla install of TB (I tried 1.0.8 and bleeding edge), you get:

[ThirtyBeesException]

[] is not a valid configuration key
at line 1032 in file classes/Configuration.php

1027.      * @since   1.0.8
1028.      */
1029.     protected static function validateKey($key)
1030.     {
1031.         if ( ! Validate::isConfigName($key)) {
1032.             $e = new PrestaShopException(sprintf(
1033.                 Tools::displayError('[%s] is not a valid configuration key'),
1034.                 Tools::htmlentitiesUTF8($key)
1035.             ));
1036.             die($e->displayMessage());
1037.         }

On top of that, the paypal module does not seem to work any longer with knowband's supercheckout module 5.0.5+. Checkout stalls at 80% 

Edited by smarterweb
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...