Skip to content

Commit

Permalink
feat: 은행 이름 수정 (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
khabh authored Oct 7, 2024
1 parent 02f7410 commit 2bd9140
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/src/main/java/server/haengdong/domain/event/Bank.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@

public enum Bank {
WOORI_BANK("우리은행"),
JEIL_BANK("제일은행"),
JEIL_BANK("SC제일은행"),
SHINHAN_BANK("신한은행"),
KB_BANK("KB국민은행"),
HANA_BANK("하나은행"),
CITI_BANK("시티은행"),
CITI_BANK("씨티은행"),
IM_BANK("IM뱅크"),
BUSAN_BANK("부산은행"),
GYEONGNAM_BANK("경남은행"),
GWANGJU_BANK("광주은행"),
JEONBUK_BANK("전북은행"),
JEJU_BANK("제주은행"),
IBK_BANK("기업은행"),
KDB_BANK("산업은행"),
IBK_BANK("IBK기업은행"),
KDB_BANK("KDB산업은행"),
SUHYUP_BANK("수협은행"),
NH_BANK("농협은행"),
NH_BANK("NH농협"),
SAEMAUL_BANK("새마을금고"),
POST_BANK("우체국은행"),
SHINHYEOP_BANK("신협은행"),
Expand Down

0 comments on commit 2bd9140

Please sign in to comment.