-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
There is no consistency on when return 'success' => true or 'success' => 'success' . I suspect that the backend is evaluating success index as a boolean and therefore the string 'success' is true. Otherwise, what we should return when 'success' is false in the cases where we are returning a string?
'success' => 'success' (9)
| 'success' => 'success', |
'success' => true (7)
| 'success' => true, |
johnny-bit
Metadata
Metadata
Assignees
Labels
No labels