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

[FEAT] 계좌 메모 API 구현 #139

Merged
merged 2 commits into from
Aug 30, 2024
Merged

[FEAT] 계좌 메모 API 구현 #139

merged 2 commits into from
Aug 30, 2024

Conversation

a-young-kim
Copy link
Contributor

#️⃣ 연관된 이슈

📝 작업 내용

  • 출금하기 소비 내역을 계좌 메모 API 구현

📝 남은 작업

@sootudio sootudio requested a review from csb9427 August 30, 2024 22:01
@a-young-kim a-young-kim self-assigned this Aug 30, 2024
@sootudio sootudio assigned sootudio and a-young-kim and unassigned a-young-kim and sootudio Aug 30, 2024
@a-young-kim a-young-kim added FEAT 새로운 기능을 추가할 경우 아영 금융 labels Aug 30, 2024
Copy link
Contributor

@sootudio sootudio left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@@ -50,4 +50,29 @@ public void makeDeposit(String accountNo, String userKey){

log.info("입금하기 API 결과: " + response.getBody());
}

// 거래내역 메모하기
public void makeMemo(String accountNo, String transactionNo, String memo, String userKey){
Copy link
Contributor

Choose a reason for hiding this comment

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

제가 잘 이해한건지 모르겠는데, 금융 API를 사용할 때 금융 API 메소드 내부에서 이 친구를 호출하면 되는건가요?

Copy link
Contributor

@csb9427 csb9427 left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@a-young-kim a-young-kim merged commit bc791e2 into develop Aug 30, 2024
1 check passed
@a-young-kim a-young-kim deleted the feature/#128 branch August 30, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT 새로운 기능을 추가할 경우 금융 아영
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 출금하기 소비 내역 작성
3 participants