FINERACT-2571: Migrate charge creation helper to feign client#5703
FINERACT-2571: Migrate charge creation helper to feign client#5703lliikkii7722-ops wants to merge 1 commit intoapache:developfrom
Conversation
|
@lliikkii7722-ops please have a conversation about the ticket in the Apache Fineract dev list and make sure to include a Jira ticket in the Commit description and PR Title. Also make sure to review the developer convention. |
Thank you for the guidance. I understand that a Jira ticket and mailing list discussion are required. Please let me know if I should wait for discussion approval before updating the PR. Thank you. |
55101a1 to
b6075c4
Compare
Thank you for the guidance. I have created the Jira ticket FINERACT-2571 and updated the PR title and commit message accordingly. I will initiate a discussion on the Apache Fineract dev mailing list for this change. Please let me know if I should wait for mailing list discussion approval before further updates. Thank you. |
894030e to
95b4666
Compare
|
@lliikkii7722-ops Please sign your commits |
95b4666 to
ca5a1fc
Compare
i will do thankyou ! |
This change migrates a deprecated helper method in
ChargesHelperfrom RestAssured (Utils.performServerPost) to the feign client approach usingFineractClientHelper.This aligns with the ongoing effort to modernize integration tests and reduce direct HTTP usage.
Only a single method is migrated in this PR to keep the change minimal and review-friendly.