CoolFace
Apppublic

MukeshKapoor25/payments-hub-service

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
11 commits on main
34ea00d2y ago

Enhance .gitignore to include additional patterns for Python bytecode, logs, environment files, IDE configurations, and local config files

MukeshKapoor25
a385ba92y ago

Add .gitignore and refactor webhook handling in app.py and controllers

MukeshKapoor25
391eabc2y ago

Fix import path for Razorpay webhook in app.py

MukeshKapoor25
a20c0692y ago

Fix webhook router import in app.py to use razorpay_webhook

MukeshKapoor25
d37f90b2y ago

Update import for Razorpay webhook router in app.py

MukeshKapoor25
d6a67e62y ago

Add Dockerfile for application containerization and deployment

MukeshKapoor25
d40ae592y ago

req

MukeshKapoor25
63c7f2a2y ago

Add core dependencies for FastAPI, PostgreSQL, Redis, and testing framework

MukeshKapoor25
9edb0012y ago

Refactor payment processing: replace RazorpayService with PaymentService and WebhookController, update database interactions, and enhance logging

MukeshKapoor25
c8975e72y ago

Add Razorpay webhook integration and environment configuration

MukeshKapoor25
bc0b8092y ago

initial commit

MukeshKapoor25