Merge kub-stage into production
Build and Deploy to Production / build-and-deploy (push) Successful in 11m49s

- Resolved appsettings.Production.json conflict (new MerchantId, SeedWorkers)
- Removed duplicate u21 migration (kept 155925 from production)
- All features: Magic Wallet, Discount Wallet, StockMovement fix, FullInformation expansion, Wallet user_name, gateway activation
This commit is contained in:
masoodafar-web
2026-02-22 22:21:36 +03:30
18 changed files with 5140 additions and 17 deletions
+6 -1
View File
@@ -1,7 +1,7 @@
{
"PaymentProvider": "zarinpal",
"ZarinPal": {
"MerchantId": "6b098fc8-f490-47a1-aac3-1de1a1b84404",
"MerchantId": "4225d555-5fa9-4df0-9b61-1ce152cbbba8",
"UseSandbox": true
},
"CmsBaseUrl": "https://cms.kbs1.ir",
@@ -75,6 +75,11 @@
"CronExpression": "5 0 * * 0"
}
},
"SeedWorkers": {
"MagicWalletCycleSeed": {
"Enabled": true
}
},
"AllowedHosts": "*",
"Authentication": {
"Authority": "https://ids.domain.com/",