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
According to documentation, in case of an error "info" index should be present in response, but instead, there's only "type" index. Here's a simple example:
According to documentation, in case of an error "info" index should be present in response, but instead, there's only "type" index. Here's a simple example:
["success"]=> bool(false)
["error"]=> array(2) {
["code"]=> int(105)
["type"]=> string(31) "base_currency_access_restricted"
}
The text was updated successfully, but these errors were encountered: