Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/518 get endpoint for dfsp treshold #206

Merged
merged 4 commits into from
Nov 7, 2018
Merged

Feature/518 get endpoint for dfsp treshold #206

merged 4 commits into from
Nov 7, 2018

Conversation

bothadeon
Copy link
Member

=============================== Coverage summary ===============================
Statements   : 97.99% ( 2834/2892 )
Branches     : 95.71% ( 670/700 )
Functions    : 97.54% ( 397/407 )
Lines        : 98.04% ( 2807/2863 )
================================================================================

1..1001
# tests 1001
# pass  1001

@bothadeon
Copy link
Member Author

bothadeon commented Nov 6, 2018

The new payload to update participant limits:
(http://localhost:3001/participants/{{participant}}/limits)
POST /participants/testfsp/limits HTTP/1.1

{
"currency": "USD",
"limit": {
"type": "NET_DEBIT_CAP",
"value": 1000,
"thresholdAlarmPercentage": 55
}
}

Copy link
Contributor

@vgenev vgenev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am happy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants