Skip to content

Commit

Permalink
FEAT: sku에 코인 보상 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
saewoo1 committed Oct 25, 2024
1 parent 5bd6160 commit 059d11b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public enum Sku {
ADMIN_REWARD_500("보상"),
ADMIN_REWARD_1000("보상"),
ADMIN_REWARD_2000("보상"),
ADMIN_REWARD_COIN("보상"),
;

private final String details;
Expand Down

0 comments on commit 059d11b

Please sign in to comment.