adamsaghy commented on code in PR #5881:
URL: https://github.com/apache/fineract/pull/5881#discussion_r3302859871
##########
fineract-e2e-tests-runner/src/test/java/org/apache/fineract/test/initializer/global/LoanProductGlobalInitializerStep.java:
##########
@@ -5352,11 +5352,39 @@ private static List<PaymentAllocationOrder>
getPaymentAllocationOrder(
private PostLoanProductsResponse
createLoanProductIdempotent(PostLoanProductsRequest loanProductRequest) {
String productName = loanProductRequest.getName();
log.debug("Attempting to create loan product: {}", productName);
+
+ // First, check if product already exists
Review Comment:
Unrelated change: it has nothing to do with linked story and PR description.
Please remove and raise a new PR with this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]