[jira] [Updated] (FINERACT-1281) No "releaseInteropTransferHandler" command handler

2021-01-04 Thread Michael Vorburger (Jira)


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

Michael Vorburger updated FINERACT-1281:

Fix Version/s: 1.5.0

> No "releaseInteropTransferHandler" command handler
> --
>
> Key: FINERACT-1281
> URL: https://issues.apache.org/jira/browse/FINERACT-1281
> Project: Apache Fineract
>  Issue Type: Bug
>Reporter: Cedric Khin
>Assignee: Cedric Khin
>Priority: Major
> Fix For: 1.5.0
>
>
> When trying to request an interoperation "RELEASE", Fineract rejects the 
> query with a "400 - Validation errors exist." due to the fact that "The 
> command INTERTRANSFER|RELEASE is not supported."
>  
> Both INTERTRANSFER|CREATE and INTERTRANSFER|PREPARE exist in the 
> CommandHandlerProvider, both are defined in 
> fineract-provider/src/main/java/org/apache/fineract/interoperation/handler. 
> But there is no handler for an Interop Release command.
>  
> Here is the query that is used to trigger the error (no need for a body) :
> {code:java}
> /fineract-provider/api/v1/interoperation/transfers?action=RELEASE{code}
>  
>  
> I believe the interoperation release was tested in FINERACT-1116 (with a 
> payment hub enterprise edition).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FINERACT-1281) No "releaseInteropTransferHandler" command handler

2020-12-14 Thread Cedric Khin (Jira)


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

Cedric Khin updated FINERACT-1281:
--
Description: 
When trying to request an interoperation "RELEASE", Fineract rejects the query 
with a "400 - Validation errors exist." due to the fact that "The command 
INTERTRANSFER|RELEASE is not supported."

 

Both INTERTRANSFER|CREATE and INTERTRANSFER|PREPARE exist in the 
CommandHandlerProvider, both are defined in 
fineract-provider/src/main/java/org/apache/fineract/interoperation/handler. But 
there is no handler for an Interop Release command.

 

Here is the query that is used to trigger the error (no need for a body) :
{code:java}
/fineract-provider/api/v1/interoperation/transfers?action=RELEASE{code}
 

 

I believe the interoperation release was tested in FINERACT-1116 (with a 
payment hub enterprise edition).

  was:
When trying to request an interoperation "RELEASE", Fineract rejects the query 
with a "400 - Validation errors exist." due to the fact that "The command 
INTERTRANSFER|RELEASE is not supported."

 

Both INTERTRANSFER|CREATE and INTERTRANSFER|PREPARE exist in the 
CommandHandlerProvider, both are defined in 
fineract-provider/src/main/java/org/apache/fineract/interoperation/handler.

 

Here is the query that is used to trigger the error (no need for a body) :
{code:java}
/fineract-provider/api/v1/interoperation/transfers?action=RELEASE{code}
 

 

I believe the interoperation release was tested in FINERACT-1116 (with a 
payment hub enterprise edition).


> No "releaseInteropTransferHandler" command handler
> --
>
> Key: FINERACT-1281
> URL: https://issues.apache.org/jira/browse/FINERACT-1281
> Project: Apache Fineract
>  Issue Type: Bug
>Reporter: Cedric Khin
>Priority: Major
>
> When trying to request an interoperation "RELEASE", Fineract rejects the 
> query with a "400 - Validation errors exist." due to the fact that "The 
> command INTERTRANSFER|RELEASE is not supported."
>  
> Both INTERTRANSFER|CREATE and INTERTRANSFER|PREPARE exist in the 
> CommandHandlerProvider, both are defined in 
> fineract-provider/src/main/java/org/apache/fineract/interoperation/handler. 
> But there is no handler for an Interop Release command.
>  
> Here is the query that is used to trigger the error (no need for a body) :
> {code:java}
> /fineract-provider/api/v1/interoperation/transfers?action=RELEASE{code}
>  
>  
> I believe the interoperation release was tested in FINERACT-1116 (with a 
> payment hub enterprise edition).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FINERACT-1281) No "releaseInteropTransferHandler" command handler

2020-12-14 Thread Cedric Khin (Jira)


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

Cedric Khin updated FINERACT-1281:
--
Issue Type: Bug  (was: Improvement)

> No "releaseInteropTransferHandler" command handler
> --
>
> Key: FINERACT-1281
> URL: https://issues.apache.org/jira/browse/FINERACT-1281
> Project: Apache Fineract
>  Issue Type: Bug
>Reporter: Cedric Khin
>Priority: Major
>
> When trying to request an interoperation "RELEASE", Fineract rejects the 
> query with a "400 - Validation errors exist." due to the fact that "The 
> command INTERTRANSFER|RELEASE is not supported."
>  
> Both INTERTRANSFER|CREATE and INTERTRANSFER|PREPARE exist in the 
> CommandHandlerProvider, both are defined in 
> fineract-provider/src/main/java/org/apache/fineract/interoperation/handler.
>  
> Here is the query that is used to trigger the error (no need for a body) :
> {code:java}
> /fineract-provider/api/v1/interoperation/transfers?action=RELEASE{code}
>  
>  
> I believe the interoperation release was tested in FINERACT-1116 (with a 
> payment hub enterprise edition).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FINERACT-1281) No "releaseInteropTransferHandler" command handler

2020-12-14 Thread Cedric Khin (Jira)


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

Cedric Khin updated FINERACT-1281:
--
Description: 
When trying to request an interoperation "RELEASE", Fineract rejects the query 
with a "400 - Validation errors exist." due to the fact that "The command 
INTERTRANSFER|RELEASE is not supported."

 

Both INTERTRANSFER|CREATE and INTERTRANSFER|PREPARE exist in the 
CommandHandlerProvider, both are defined in 
fineract-provider/src/main/java/org/apache/fineract/interoperation/handler.

 

Here is the query that is used to trigger the error (no need for a body) :
{code:java}
/fineract-provider/api/v1/interoperation/transfers?action=RELEASE{code}
 

 

I believe the interoperation release was tested in FINERACT-1116 (with a 
payment hub enterprise edition).

  was:
When trying to request an interoperation "RELEASE", Fineract rejects the query 
with a "400 - Validation errors exist." due to the fact that "The command 
INTERTRANSFER|RELEASE is not supported."

 

Both INTERTRANSFER|CREATE and INTERTRANSFER|PREPARE exist in the 
CommandHandlerProvider, both are defined in 
fineract-provider/src/main/java/org/apache/fineract/interoperation/handler.

 

Here is the query that is used to trigger the error (no need for a body) :
{code:java}
/fineract-provider/api/v1/interoperation/transfers?action=RELEASE{code}
 

 

I believe the interoperation release was tested in FINERACT-1116 (with a 
payment hub enterprise edition). Did I miss something ?


> No "releaseInteropTransferHandler" command handler
> --
>
> Key: FINERACT-1281
> URL: https://issues.apache.org/jira/browse/FINERACT-1281
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Cedric Khin
>Priority: Major
>
> When trying to request an interoperation "RELEASE", Fineract rejects the 
> query with a "400 - Validation errors exist." due to the fact that "The 
> command INTERTRANSFER|RELEASE is not supported."
>  
> Both INTERTRANSFER|CREATE and INTERTRANSFER|PREPARE exist in the 
> CommandHandlerProvider, both are defined in 
> fineract-provider/src/main/java/org/apache/fineract/interoperation/handler.
>  
> Here is the query that is used to trigger the error (no need for a body) :
> {code:java}
> /fineract-provider/api/v1/interoperation/transfers?action=RELEASE{code}
>  
>  
> I believe the interoperation release was tested in FINERACT-1116 (with a 
> payment hub enterprise edition).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)