vigneshshettyin / Flask-Generate-Certificate

Certify is a free bulk certificate generator and verifier with a mailing feature and public and private api support.
Mozilla Public License 2.0
61 stars 68 forks source link

RazorPay Integration Error #14

Closed ashutoshkrris closed 3 years ago

ashutoshkrris commented 3 years ago

In the Pricing section, RazorPay is not implemented correctly which is why Error Occurred is showing on the page

To Reproduce

Steps to reproduce the behavior:

  1. Go to index page
  2. Scroll down to pricing section
  3. The very last line of each plan says Error Occurred.

Expected behavior

RazorPay Payment Button should be there if implemented correctly.

vigneshshettyin commented 3 years ago

Hey Ashutosh Krishna!

Instead of using the Razorpay payments button, I would suggest you create a mock of the payments procedure. ie when the user clicks on that button (payment button) a modal (https://getbootstrap.com/docs/4.0/components/modal/) should be invoked it should ask the user for the plan, card details, name, email, and phone. Then head over to Braintree (https://www.braintreepayments.com/) Create a sandbox refer to the documentation for setup procedures. Then pass the data collected to Braintree servers which in return will give you a JSON response to store the important parameters in the backend dashboard.

ashutoshkrris commented 3 years ago

I would like to work on it.

vigneshshettyin commented 3 years ago

Okay, I'll assign it to you.