feat: add Mapster profiles and enable DiscountOrder handlers
Build and Deploy / build (push) Successful in 2m14s
Build and Deploy / build (push) Successful in 2m14s
This commit is contained in:
+1
-4
@@ -27,10 +27,7 @@ public class SetDefaultVatPercentageCommandHandler : IRequestHandler<SetDefaultV
|
||||
Key = VatConfigurationKey,
|
||||
Value = request.VatPercentage.ToString(),
|
||||
Scope = 0, // System scope
|
||||
Description = new StringValue
|
||||
{
|
||||
Value = "درصد پیشفرض مالیات بر ارزش افزوده سفارشها"
|
||||
}
|
||||
Description = "درصد پیشفرض مالیات بر ارزش افزوده سفارشها"
|
||||
};
|
||||
|
||||
await _context.Configurations.CreateOrUpdateConfigurationAsync(grpcRequest, cancellationToken: cancellationToken);
|
||||
|
||||
Reference in New Issue
Block a user