I am using django python
i have uploaded your html file but not ope
error is the id provided does notexists



<form action="/purchase" method="POST">
<!-- Note that the amount is in its subunit value = 599 -->
<script
    src="https://checkout.razorpay.com/v1/checkout-new.js";
    data-key=""
    data-amount="59900"
    data-order_id="123456"
    data-currency="INR"
    data-buttontext="Pay with Razorpay"
    data-name="expert"
    data-description="Purchase Description"
    data-image="https://your-awesome-site.com/your_logo.jpg";
    data-prefill.name="Gaurav Kumar"
    data-prefill.email="[email protected]"
    data-theme.color="#F37254"
></script>
<input type="hidden" value="Hidden Element" name="hidden">
</form>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKfwX9wNmTtBxZ%3DTPnkLtFiZBxWLRiZjMFX615bdi93sM%2B00rA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to