You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating a new mandate payment, the mandate_data field is being returned as null in the response body. This occurs even after passing the right mandate_data content in the request body.
Expected Behavior
mandate_data should be set and returned in accordance to what is being passed in the request body.
Steps To Reproduce
Create a mandate payment by passing a valid set of mandate data and check the response body.
Environment
Local
Have you spent some time to check if this bug has been raised before?
kritikmodi
changed the title
[BUG] "mandate_data" returned as null in the response body while creating a new mandate payment
[BUG] "mandate_data" returned as null in the PaymentsCreate response body while creating a new mandate payment
Jul 14, 2023
Bug Description
While creating a new mandate payment, the
mandate_data
field is being returned as null in the response body. This occurs even after passing the rightmandate_data
content in the request body.Expected Behavior
mandate_data
should be set and returned in accordance to what is being passed in the request body.Steps To Reproduce
Create a mandate payment by passing a valid set of mandate data and check the response body.
Environment
Local
Have you spent some time to check if this bug has been raised before?
Have you read the Contributing Guidelines?
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: