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