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 -------
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 -------