Skip to content

Conversation

@staszkiet
Copy link
Member

No description provided.

public string? NameOnTicket { get; set; }
public string? Seats { get; set; }
public bool ForResell { get; set; }
public decimal? ResellPrice { get; set; }
Copy link
Member

Choose a reason for hiding this comment

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

I think if we want to include ResellPrice inside Ticket then we should probably also include ResellCurrency, I mean it feels kinda awkward that half of the price info is in one place and one is in another

Copy link
Member

@kTrzcinskii kTrzcinskii left a comment

Choose a reason for hiding this comment

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

LGTM

@kTrzcinskii kTrzcinskii merged commit dc58c22 into develop May 25, 2025
1 check passed
@kTrzcinskii kTrzcinskii deleted the feat/setresell branch May 25, 2025 19:29
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.

3 participants