Fatal error: Call to a member function getCimOrderSuccesfulResponse() on a non-object in Opencart Authorize.net CIM payment method error

Hi I was getting error in Authorize.net CIM payment method in Opencart admin in Order View page.

so I fixed it by following these two steps

1. In file Admin-> controller-> extension-> authorizenet_cim.php
I replaced this line model_payment_authorizenet_cim to model_extension_payment_authorizenet_cim

2. In file Admin-> model->extension->payment->authorizenet_cim.php
I replaced the class name ModelPaymentExtensionAuthorizeNetCim to ModelExtensionPaymentAuthorizeNetCim

Now Problem has been fixed.😅😅😅

Happy Coding -------

Popular posts from this blog

How to open cPanel using WHM access.

Cant use dump() function in twig files or how to enable debug in opencart twig or print_r alternate use dump() in opencart 3.0