We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I just integrated this module in my Magento 2.0.7 site. It gave me following error:
Fatal error: Class 'Razorpay\Api\Api' not found in app\code\Razorpay\Magento\Model\PaymentMethod.php on line 155
Please check and tell me how to fix.
Thanks
The text was updated successfully, but these errors were encountered:
You need to run composer dumpautoload -o command to create a classmap with Razorpay SDK.
composer dumpautoload -o
If the issue still persists you can mail us at [email protected]
Sorry, something went wrong.
Thanks, It fixed the problem.
No branches or pull requests
Hi,
I just integrated this module in my Magento 2.0.7 site. It gave me following error:
Fatal error: Class 'Razorpay\Api\Api' not found in app\code\Razorpay\Magento\Model\PaymentMethod.php on line 155
Please check and tell me how to fix.
Thanks
The text was updated successfully, but these errors were encountered: