Replies: 1 comment
-
Thanks for putting this together! This is super helpful! For the webhook part, you can check out the existing Paddle and Stripe webhook controllers as references:
These should give you a good starting point. Great work! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This payment gateway is the most popular in India so i felt this is very useful to the starters from India 👍
Steps i have done:
composer require razorpay/razorpay
Added
.env.example
base_path/config/devdojo/billing/keys.php
**base_path/wave/resources/views/livewire/billing/checkout.blade.php
after Stripe payment button code
base_path/wave/src/Http/Livewire/Billing/Checkout.php
I didnt made code for razorpay webhook...help needed :
Beta Was this translation helpful? Give feedback.
All reactions