1 - Take a screenshot of your admin cardconnect payment module configurations.
2 - Uninstall the cardconnect payment module.
3 - In admin/controller/extension/payment/cardconnect.php file,
find all instances of:
Code: Select all
->post['cardconnect_
Code: Select all
->post['payment_cardconnect_
Code: Select all
->get('cardconnect_
Code: Select all
->get('payment_cardconnect_
Code: Select all
->get('cardconnect_
Code: Select all
->get('payment_cardconnect_
find all instances of:
Code: Select all
cardconnect_
Code: Select all
payment_cardconnect_
find all instances of:
Code: Select all
cardconnect_
Code: Select all
payment_cardconnect_
find all instances of:
Code: Select all
->get('cardconnect_
Code: Select all
->get('payment_cardconnect_
find all instances of:
Code: Select all
->get('cardconnect_
Code: Select all
->get('payment_cardconnect_
5 - Reconfigure the cardconnect payment module.
6 - Test a transaction during checkout.
7 - When successful, disable the site maintenance (if running in production).
This should overall resolve the status issues along with other variables.