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
Short Description:
In the file vendor/jaggedsoft/php-binance-api/php-binance-api.php, inside the function depositHistory the error occured on foreach ($return as $key->$item) {
// Adding for backwards compatibility with wapi
foreach ($return as $key->$item) {
$return[$key]['asset'] = $item['coin'];
}
Platform:
linux
php version:
7.4
Long descrption
The method depositHistory in vendor/jaggedsoft/php-binance-api/php-binance-api.php
Undefined variable: item
Short Description:
In the file
vendor/jaggedsoft/php-binance-api/php-binance-api.php
, inside the function depositHistory the error occured onforeach ($return as $key->$item) {
Platform:
php version:
Long descrption
depositHistory
invendor/jaggedsoft/php-binance-api/php-binance-api.php
code
result
thank you
The text was updated successfully, but these errors were encountered: