masoodafar-web 04e8c49fa7
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 7m44s
fix: IPG DiscountBalance should be 2× BasePackageAmount (112M not 56M)
Both VerifyBasePackagePayment and VerifyPackagePurchase handlers were
charging DiscountBalance with 1× amount instead of 2×.
Now consistent with DayaLoan and ManualPayment handlers.

- VerifyBasePackagePaymentCommandHandler: DiscountBalance += BasePackageAmount * 2
- VerifyPackagePurchaseCommandHandler: DiscountBalance += order.Amount * 2
- Change logs updated to reflect correct 2× discount value
2026-02-18 23:12:03 +03:30
2025-12-07 18:00:01 +00:00
S
Description
No description provided
Readme 5.3 MiB
Languages
C# 97.1%
TSQL 2.7%