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

Fix/arena ticket popup #6914

Merged
merged 3 commits into from
Mar 4, 2025
Merged

Conversation

jonny-jeahyunchoi
Copy link
Contributor

아레나 티켓 표현 수정
전체 티켓 구매수량 및 최대수량 표기
초기 구매 수량 1로 수정.

}
catch (Exception e)
{
NcDebug.LogError($"Error calculating ticket price: {e.Message}");
ticketTotalCountText.text = string.Empty;
Copy link
Member

Choose a reason for hiding this comment

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

0이 아니라 공백으로 설정하는 이유가 있는걸까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

구매할수있는 총 티켓수량과 현재 구입한 양을 한번에 보여주는 text라서 예외발생시 공백처리했습니다.
예시 23 + 1 / 27

@jonny-jeahyunchoi jonny-jeahyunchoi merged commit 7fb384d into development Mar 4, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

아레나 티켓구매 폰트 및 초기 구매수량 수정
3 participants