bee
bee copied to clipboard
chore: updated mock accounting service function names and comments
Checklist
- [x] I have read the coding guide.
- [ ] My change requires a documentation update, and I have done it.
- [ ] I have added tests to cover my changes.
- [ ] I have filled out the description and linked the related issues.
Description
This change updates the accounting mock service to rename Debit/Credit related functions to PrepareDebit/PrepareCredit variants.
The corresponding comments were also updated to reflect these new function names, improving code clarity and consistency with the actual implementation.
Open API Spec Version Changes (if applicable)
Motivation and Context (Optional)
Related Issue (Optional)
Screenshots (if appropriate):
Please fix linter:
subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
@martinconic Thanks. Modified.