-
Notifications
You must be signed in to change notification settings - Fork 133
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
Laravel #180
Comments
Firstly go to your project root and run composer installation composer require razorpay/razorpay Than you import class in your Controller For example, I think it goes use Razorpay\Api\Api; Look at documentation for that if I am wrong, and that's it you can use it in your controller. Happy Coding! |
Hello @CirkaN, I have few specific question about Razorpay. These are as follows:-
It effect the payment in Transaction tab of razorpay but shows payment status not captured. It did not generate order id. I want first generate order id then payment will be occur. After payment it will show payment id and order id also.
|
Hello,
I am new in laravel. Could anyone tell me where we will put the followings:
in laravel. Thanks in advance
The text was updated successfully, but these errors were encountered: