-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class Softon\Indipay\Gateways\CCavenueGateway does not exist #10
Comments
use the latest release you can select the Gateway read the readme file or Default is in config/indipay.php |
Hello, Thank you for responding. We are already using latest version. We have also done changes in config/india-news.php as per Readme file. |
Sorry, Mobile auto correct changed the spelling of indipay.php in last comment. |
in the config file what is the value of 'gateway' => 'InstaMojo', // Replace with the name of default gateway you want to use have you checked the case in this. |
Actually, there is still some issue. My problem got solved when I renamed the file to |
u never replied to the question |
Hello,
Thank you for the great plugin.
We are trying to setup CCAvenue payment gateway. But on initializing payment, we get following error.
ReflectionException in Container.php line 734: Class Softon\Indipay\Gateways\CCavenueGateway does not exist in Container.php line 734 at ReflectionClass->__construct('Softon\Indipay\Gateways\CCavenueGateway') in Container.php line 734
I guess issue is with case sensitivity with 'CCavenueGateway' name. File & class name is 'CCAvenueGateway' with capital 'A'. But, I am unable to find location from where 'CCavenueGateway' is getting called.
Older version of Indipay was working fine for CCAvenue.
Regards,
Nilesh G
The text was updated successfully, but these errors were encountered: