-
Notifications
You must be signed in to change notification settings - Fork 1
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
[FEAT] 계좌번호 이름 확인 구현 #149
[FEAT] 계좌번호 이름 확인 구현 #149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
지영언니 넘 고생했어
테스트 코드까지 미쳐따 .. 🤍
|
||
public void verifyUserAccount(String name, String BankCode, String AccountNumber) throws PopbillException { | ||
try { | ||
val accountInfo = accountCheckService.CheckAccountInfo(corpNum, BankCode, AccountNumber); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 메소드만 코드컨벤션과 다른 것 같습니다!
checkAccountInfo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분은 해당 API에서 제공하는 함수여서 컨벤션이 다릅니다!
✨ 관련 이슈
closed #147
✨ 변경 사항 및 이유
✨ PR Point