Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCST-1659: Added "Name" field for the Discount class #231

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Conversation

Ljutyj
Copy link
Contributor

@Ljutyj Ljutyj commented Nov 8, 2024

Description

feat: Added "Name" field for the Discount class

References

QA-test:

Jira-link:

https://virtocommerce.atlassian.net/browse/VCST-1659

Artifact URL:

https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.Core_3.812.0-pr-231-6310.zip

feat: Added "Name" field for the Discount class
Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.951
Timestamp: 08-11-2024T10:20:46

@Ljutyj Ljutyj requested a review from artem-dudarev November 12, 2024 16:04
@@ -11,6 +11,7 @@ public class Discount : Entity, ICloneable
public virtual decimal DiscountAmountWithTax { get; set; }
public string Coupon { get; set; }
public string Description { get; set; }
public string Name { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should name this property PromotionName

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.609
Timestamp: 19-11-2024T08:11:31

@Ljutyj Ljutyj merged commit a2c43f1 into dev Nov 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants