WEB-340 replace custom api of saving.service.ts#2713
WEB-340 replace custom api of saving.service.ts#2713JaySoni1 wants to merge 2 commits intoopenMF:openapi-integrationfrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
Note
|
|
@gkbishnoi07 Please Review |
|
Okay |
|
@gkbishnoi07 , I assume that your comment means that you are still reviewing this? I don't want to appear pushy - just want to make sure I understand your comment. |
gkbishnoi07
left a comment
There was a problem hiding this comment.
please test your PR first
402472b to
f087bcc
Compare
|
@gkbishnoi07 I have update the PR please review . |
|
This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days. |
|
@gkbishnoi07 I have a few doubts regarding this PR, so I have messaged you on Slack. Please check |
|
This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days. |
|
Hi @JaySoni1 and @gkbishnoi07, I encountered the same blocker regarding the charges payload (API failure on account creation). I identified that the charges array was sending raw Date objects instead of the required string format, which caused the API 400 error. I have submitted a fix in PR #3055 that resolves this by applying dateUtils.formatDate to the dueDate and feeOnMonthDay fields. Verified locally: Savings Accounts with charges can now be created successfully. |
…-saving-service-ts
|
i moved your PR here link to solve some issues, thanks for the PR |


Replaced custom methods in *.ts files that were previously using SavingService with their corresponding auto-generated methods from the OpenAPI-based @fineract/client package.