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
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?
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)sample-registrar-module/modules/registrars/registrarmodule/registrarmodule.php
Line 1129 in e8e05f8
'
success' => true
(7)sample-registrar-module/modules/registrars/registrarmodule/registrarmodule.php
Line 291 in e8e05f8
The text was updated successfully, but these errors were encountered: