-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: set callback to post for tnm and added new connector #66
base: main
Are you sure you want to change the base?
Conversation
elijah0kello
commented
Nov 21, 2024
•
edited
Loading
edited
- set callback method to post for tnm core connector
- added mtn zambia core connector
feat: change callback req method to post for tnm
@elnyry-sam-k , kindly help me review this PR |
@@ -162,7 +162,7 @@ paths: | |||
description: Bad request | |||
|
|||
/callback: | |||
put: | |||
post: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @elijah0kello , why change to post?
Typically Mojaloop's callbacks all use PUT method, is there a justification to make this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That callback is for the DFSP to send us a transfer notification. The DFSP sends it in POST and not PUT like we earlier had built
thanks for the PR @elijah0kello , sure |
That callback is for the DFSP to send us a transfer notification. The DFSP sends it in POST and not PUT like we earlier had built |
chore: added logging for every new request body and errors
…erence-connectors into ft/mtn-zm-core-connector
feat: mtn core connector for zambia
Added commits for the mtn zambia core connector |