Skip to content

Commit 2b5308d

Browse files
author
gaurav
committed
added README
1 parent b013d40 commit 2b5308d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)