Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Dev#18

Merged
RandithaK merged 10 commits intomainfrom
dev
Nov 23, 2025
Merged

Dev#18
RandithaK merged 10 commits intomainfrom
dev

Conversation

@RandithaK
Copy link
Copy Markdown
Member

No description provided.

RandithaK and others added 9 commits November 15, 2025 13:52
feat: enhance payment logging and debugging in BillingService and Pay…
Improve payment hash generation and validation in BillingService
- Implement comprehensive tests for PaymentRepository including save, find, update, and delete operations.
- Create tests for ScheduledPaymentRepository to validate scheduled payment functionalities.
- Develop unit tests for BillingServiceImpl covering invoice creation, payment processing, and scheduled payment management.
- Ensure proper exception handling and authorization checks in service methods.
- Validate payment and scheduled payment retrieval based on various criteria such as customer ID and status.
Add unit tests for Payment, ScheduledPayment, and Billing services
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Nov 23, 2025

Warning

Rate limit exceeded

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

⌛ 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.

📥 Commits

Reviewing files that changed from the base of the PR and between 163fa10 and 8daa6d5.

📒 Files selected for processing (11)
  • payment-service/src/main/java/com/techtorque/payment_service/service/impl/BillingServiceImpl.java (3 hunks)
  • payment-service/src/main/java/com/techtorque/payment_service/util/PayHereHashUtil.java (1 hunks)
  • payment-service/src/main/resources/application.properties (1 hunks)
  • payment-service/src/test/java/com/techtorque/payment_service/controller/InvoiceControllerIntegrationTest.java (1 hunks)
  • payment-service/src/test/java/com/techtorque/payment_service/controller/PaymentControllerIntegrationTest.java (1 hunks)
  • payment-service/src/test/java/com/techtorque/payment_service/repository/InvoiceRepositoryTest.java (1 hunks)
  • payment-service/src/test/java/com/techtorque/payment_service/repository/PaymentRepositoryTest.java (1 hunks)
  • payment-service/src/test/java/com/techtorque/payment_service/repository/ScheduledPaymentRepositoryTest.java (1 hunks)
  • payment-service/src/test/java/com/techtorque/payment_service/service/BillingServiceImplTest.java (1 hunks)
  • payment-service/src/test/java/com/techtorque/payment_service/util/PayHereHashUtilTest.java (1 hunks)
  • payment-service/src/test/resources/application-test.properties (2 hunks)
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

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.

@RandithaK RandithaK merged commit 595a7b8 into main Nov 23, 2025
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants