-
Notifications
You must be signed in to change notification settings - Fork 248
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
What should these actually be returning #388
Comments
@GameCharmer : Did you pass the Entity which is of the type |
@abisalehalliprasan I passed it the result from |
If you pass the request paylaod to the create method of the
Output:
If you do not pass a valid
Not sure how you are getting a boolean response. If you could post your payload ( make sure to mask any sensitive information ) before creating a PR would help. |
@abisalehalliprasan the overarching problem here isn't the data, it's the returned values. I can't get past code validation when the returns don't line up. The best I can think of here would be to fork and throw exceptions when returns don't line up. |
@GameCharmer : Could you create a PR and we can take a look at this please? |
in
src/DataService/DataService.php
L793in
src/DataService/DataService.php
L635The Add method is returning Boolean FALSE. Add says it's only returning IPPIntuitEntity, the method it's directly returning says it's only returning null or string. What are my actual options here?
The text was updated successfully, but these errors were encountered: