You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Mihaly Dallos (Jira)" <ji...@apache.org> on 2023/01/03 13:21:00 UTC

[jira] [Updated] (FINERACT-1832) Charge pay functionality is not working

     [ https://issues.apache.org/jira/browse/FINERACT-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mihaly Dallos updated FINERACT-1832:
------------------------------------
    Description: 
*Test steps:*
 * Create a saving account

 * Activate it

 * Create a new loan with charge

 * Try to Pay the Charge

POST: {{{}url{}}}/loans/442/charges/138/?command=pay

Payload: 
{{{ 
  "transactionDate": "30 November 2022",
  "dateFormat": "dd MMMM yyyy", 
  "locale": "en" 
}}{{}}}

*Actual result:*

The POST request is successful but on the Loan the amount was not marked as paid.

*Expected result:*

The amount should be marked as paid for the charge

  was:
*Test steps:*
 * Create a saving account

 * Activate it

 * Create a new loan with charge

 * Try to Pay the Charge

POST: \{{url}}/loans/442/charges/138/?command=pay

Payload: \{ "transactionDate": "30 November 2022", "dateFormat": "dd MMMM yyyy", "locale": "en" }

*Actual result:*

The POST request is successful but on the Loan the amount was not marked as paid.

*Expected result:*

The amount should be marked as paid for the charge


> Charge pay functionality is not working
> ---------------------------------------
>
>                 Key: FINERACT-1832
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1832
>             Project: Apache Fineract
>          Issue Type: Bug
>            Reporter: Mihaly Dallos
>            Priority: Minor
>              Labels: PepperSoup
>
> *Test steps:*
>  * Create a saving account
>  * Activate it
>  * Create a new loan with charge
>  * Try to Pay the Charge
> POST: {{{}url{}}}/loans/442/charges/138/?command=pay
> Payload: 
> {{{ 
>   "transactionDate": "30 November 2022",
>   "dateFormat": "dd MMMM yyyy", 
>   "locale": "en" 
> }}{{}}}
> *Actual result:*
> The POST request is successful but on the Loan the amount was not marked as paid.
> *Expected result:*
> The amount should be marked as paid for the charge



--
This message was sent by Atlassian Jira
(v8.20.10#820010)