Open abowtiekindofguy opened 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)