sylwekb Posted June 29 Share Posted June 29 (edited) How to solve it? Warning line 52 file /.../override/classes/PaymentModule.php [2] Declaration of PaymentModule::validateOrder($id_cart, $id_order_state, $amount_paid, $payment_method = 'Unknown', $message = NULL, $extra_vars = Array, $currency_special = NULL, $dont_touch_amount = false, $secure_key = false, ?Shop $shop = NULL) should be compatible with PaymentModuleCore::validateOrder($id_cart, $id_order_state, $amount_paid, $payment_method = 'Unknown', $message = NULL, $extra_vars = Array, $currency_special = NULL, $dont_touch_amount = false, $secure_key = false, ?Shop $shop = NULL, ?string $order_reference = NULL) Edited June 29 by sylwekb (see edit history) Link to comment Share on other sites More sharing options...
Prestashop Addict Posted July 1 Share Posted July 1 You have a payement module or module that override the class PaymentModule and is not compatible with parameters of the method called. Ak developer, author module 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