josehernandezfintecheandomx commented on code in PR #2852:
URL: https://github.com/apache/fineract/pull/2852#discussion_r1064775626
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanTransactionChargebackTest.java:
##########
@@ -114,7 +116,7 @@ public void applyLoanTransactionChargeback() {
// Try to reverse a Loan Transaction charge back
PostLoansLoanIdTransactionsResponse reverseTransactionResponse =
loanTransactionHelper.reverseLoanTransaction(loanId,
- chargebackTransactionId, operationDate, responseSpecErr503);
+ chargebackTransactionId, operationDate, responseSpecErr403);
Review Comment:
Yes, I needed to change the HTTP code due I sync the Exception used in this
case to `InvalidLoanTransactionTypeException`
--
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]