feat: Add discount balance and change value to wallet change log
- Added CurrentDiscountBalance and ChangeDiscountValue properties to GetCustomerWalletChangeLogResponseDto. - Updated userwallet.proto to include current_discount_balance and change_discount_value fields. - Enhanced CommissionProfile mapping to support GetMyCommissionPayouts requests and responses. - Implemented GetMyCommissionPayouts query and handler to retrieve user commission payouts. - Added validation for GetMyCommissionPayouts query. - Updated UserOrderService to handle user orders, including VAT calculations and wallet transactions. - Enhanced UserWalletService to include new properties in wallet change log responses.
This commit is contained in:
+10
@@ -22,6 +22,16 @@ public class GetCustomerWalletChangeLogResponseDto
|
||||
/// </summary>
|
||||
public long ChangeNerworkValue { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// موجودی جاری تخفیف
|
||||
/// </summary>
|
||||
public long CurrentDiscountBalance { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// مقدار تغییر تخفیف
|
||||
/// </summary>
|
||||
public long ChangeDiscountValue { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// افزایشی است؟
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user