You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/05/16 16:54:11 UTC

[GitHub] [fineract] muarachmann edited a comment on issue #515: FINERACT-698:Ability to associate a GUID with every request

muarachmann edited a comment on issue #515: FINERACT-698:Ability to associate a GUID with every request
URL: https://github.com/apache/fineract/pull/515#issuecomment-493147335
 
 
   Hi @vishwasbabu, @lingalamadhukar i have pulled this and it builds fine. 
   
   I am currently testing the rest end point to associate the guid with every transaction from this PR
   It built successfully and i managed to create a client, product, payment type etc for testing the route which is
   
   https://localhost:8443/fineract-provider/api/v1/savingsaccounts/{account_id}/transactions?command=deposit
   with parameters as mentioned in the PRs docs shown below
   
   ```{
     "transactionDate": "20 October 2017",
     "transactionAmount": "10",
     "paymentTypeId": 1,
     "locale": "en",
     "guid": "1",
     "dateFormat": "dd MMMM yyyy"
   }
   ```
   
   I get the following 500 error here -  https://pastebin.com/e8exU06K
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services