adamsaghy commented on PR #5646:
URL: https://github.com/apache/fineract/pull/5646#issuecomment-4154841270

   ```
   
org.apache.fineract.integrationtests.LoanChargebackOnPaymentTypeRepaymentTransactionsTest
     
       
loanChargebackNotAllowedForReversedPaymentTypeRepaymentTest(LoanProductTestBuilder)
     
         Test [1] loanProductTestBuilder=DEFAULT_STRATEGY FAILED (1s)
     
         org.apache.fineract.client.util.CallFailedRuntimeException: HTTP 
failed: Request{method=POST, 
url=https://localhost:8443/fineract-provider/api/v1/loans/47/transactions?command=repayment,
 tags={class 
retrofit2.Invocation=org.apache.fineract.client.services.LoanTransactionsApi.executeLoanTransaction()
 [47, class PostLoansLoanIdTransactionsRequest {
             accountNumber: null
             bankNumber: null
             chargeOffReasonId: null
             checkNumber: null
             classificationId: null
             dateFormat: dd MMMM yyyy
             dueDate: null
             externalId: null
             frequencyNumber: null
             frequencyType: null
             interestRefundCalculation: null
             loanChargeId: null
             locale: en
             note: null
             numberOfInstallments: null
             paymentTypeId: null
             reAgeInterestHandling: null
             reAmortizationInterestHandling: null
             reasonCodeValueId: null
             receiptNumber: null
             reversalExternalId: null
             routingCode: null
             startDate: null
             transactionAmount: 1000.0
             transactionDate: 30 March 2026
             writeoffReasonId: null
         }, repayment]}}; Response{protocol=http/1.1, code=500, message=, 
url=https://localhost:8443/fineract-provider/api/v1/loans/47/transactions?command=repayment};
 errorBody: 
{"timestamp":"2026-03-29T19:45:59.312Z","status":500,"error":"Internal Server 
Error","path":"/fineract-provider/api/v1/loans/47/transactions"}
     
     
         Test [2] loanProductTestBuilder=ADVANCED_PAYMENT_ALLOCATION_STRATEGY 
FAILED (1s)
     
         org.apache.fineract.client.util.CallFailedRuntimeException: HTTP 
failed: Request{method=GET, 
url=https://localhost:8443/fineract-provider/api/v1/paymenttypes?onlyWithCode=false,
 tags={class 
retrofit2.Invocation=org.apache.fineract.client.services.PaymentTypeApi.getAllPaymentTypes()
 [false]}}; Response{protocol=http/1.1, code=500, message=, 
url=https://localhost:8443/fineract-provider/api/v1/paymenttypes?onlyWithCode=false};
 errorBody: 
{"timestamp":"2026-03-29T19:46:00.087Z","status":500,"error":"Internal Server 
Error","path":"/fineract-provider/api/v1/paymenttypes"}
             at 
app//org.apache.fineract.integrationtests.LoanChargebackOnPaymentTypeRepaymentTransactionsTest.loanChargebackNotAllowedForReversedPaymentTypeRepaymentTest(LoanChargebackOnPaymentTypeRepaymentTransactionsTest.java:247)
   ```
   
   
   


-- 
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]

Reply via email to