feat: add manual membership payment processing with wallet and order management
All checks were successful
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 7m8s

This commit is contained in:
masoodafar-web
2025-12-12 10:07:14 +03:30
parent b19cf5e32e
commit 094846ce8b
8 changed files with 309 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ public enum PaymentMethod
{
IPG = 0,
Wallet = 1,
Deposit = 2,
}