Skip to content

Commit

Permalink
fix: Add validation message when there is no price with quantity 1 (#211
Browse files Browse the repository at this point in the history
)
  • Loading branch information
artem-dudarev authored Sep 3, 2024
1 parent 2dff409 commit d38990e
Show file tree
Hide file tree
Showing 6 changed files with 631 additions and 531 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ csharp_preserve_single_line_statements = false
csharp_preserve_single_line_blocks = true
csharp_using_directive_placement = outside_namespace:silent
csharp_prefer_simple_using_statement = true:suggestion
csharp_style_namespace_declarations = block_scoped:silent
csharp_style_namespace_declarations = file_scoped:silent
csharp_style_prefer_method_group_conversion = true:silent
csharp_style_prefer_top_level_statements = true:silent
csharp_style_expression_bodied_lambdas = true:silent
Expand Down
3 changes: 3 additions & 0 deletions module.ignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Antlr4.Runtime.Standard.dll
TimeZoneConverter.dll
VirtoCommerce.Platform.Data.MySql.dll
VirtoCommerce.Platform.Data.PostgreSql.dll
VirtoCommerce.Platform.Data.SqlServer.dll
Loading

0 comments on commit d38990e

Please sign in to comment.