We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b013d40 commit 2b5308dCopy full SHA for 2b5308d
README.md
@@ -0,0 +1,15 @@
1
+# Razorpay Test App for Python
2
+Sample App for Razorpay Python Integration
3
+
4
+# Steps for Integration
5
+1. pip install flask
6
+2. pip install razorpay==0.2.0
7
+3. python app.py
8
9
+If you are re-using this as your final code, please make sure you do the following:
10
11
+- Edit the key inside templates/app.html
12
+- Edit the APPId/APPSecret in app.py
13
14
+This release currently uses the 0.2.0 version of the SDK. Please ensure that
15
+you are using the latest as the test app might lag behind.
0 commit comments