Skip to content

연결되지 않은 API 확인 및 연결 작업#35

Open
ongheong wants to merge 1 commit intodevelopfrom
feat/MD-36
Open

연결되지 않은 API 확인 및 연결 작업#35
ongheong wants to merge 1 commit intodevelopfrom
feat/MD-36

Conversation

@ongheong
Copy link
Copy Markdown
Contributor

Summary

  • POST /api/v1/groups/{code}/payments API 함수 및 mutation hook 추가
  • PaymentStatusPENDING 상태 추가
  • PaymentActionResult.processedAtstring | null로 수정 (생성 시 null)

Changes

  • src/entities/payment/api/payment.tspayment.create(code) 추가
  • src/entities/payment/model/payment.type.ts — 타입 보정
  • src/features/payment-management/api/useCreatePaymentRequest.ts — hook 생성

Usage

const { mutate: createPaymentRequest } = useCreatePaymentRequest();
createPaymentRequest(groupCode);

🤖 Generated with Claude Code

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 26, 2026

Warning

Rate limit exceeded

@ongheong has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 40 minutes and 41 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 40 minutes and 41 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 29b98f09-e119-49c1-a3a9-b129237af257

📥 Commits

Reviewing files that changed from the base of the PR and between e9d6c23 and 803c340.

📒 Files selected for processing (3)
  • src/entities/payment/api/payment.ts
  • src/entities/payment/model/payment.type.ts
  • src/features/payment-management/api/useCreatePaymentRequest.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/MD-36

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 26, 2026

📝 관련 이슈

MD-36

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying moddo-frontend with  Cloudflare Pages  Cloudflare Pages

Latest commit: 803c340
Status: ✅  Deploy successful!
Preview URL: https://d10790c3.moddo-frontend.pages.dev
Branch Preview URL: https://feat-md-36.moddo-frontend.pages.dev

View logs

@ongheong ongheong changed the title feat: 입금확인요청생성 API 연결 연결되지 않은 API 확인 및 연결 작업 Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants