Mittal-Slot-Booking-System / msbs

The base repository to store the main branch and the booking system
MIT License
0 stars 6 forks source link

Basic Payment Implementation #17

Open abowtiekindofguy opened 1 year ago

abowtiekindofguy commented 1 year ago
abowtiekindofguy commented 1 year ago

Replaced PayTM with PhonePe. Currently running with test API keys. When a transaction is successfully processed, a model is updated that can then be accessed by other apps for further processes. Minor changes in requirements.txt to import requests (for processing GET/POST queries) and reportlab (to enable payment receipt generation; to be added)

Next: Integrate payment model with the main model schema. Redirect from Callback page to User Dashboard and add storage of payment receipt (if required)