lintangtimur / ovoid

Un-Official OVO API Wrapper
MIT License
159 stars 90 forks source link

getWalletTransaction #70

Closed kingrootid closed 3 years ago

kingrootid commented 3 years ago

Ketika menjalankan

$ovo = new OVOID("xxxx", "xxxx");
$transaction = $ovo->getWalletTransaction(1);

Muncul Error seperti ini PHP Deprecated: Required parameter $deviceId follows optional parameter $authToken in /Applications/XAMPP/xamppfiles/htdocs/ovo/vendor/lintangtimur/ovoid/src/OVOID.php on line 53

Deprecated: Required parameter $deviceId follows optional parameter $authToken in /Applications/XAMPP/xamppfiles/htdocs/ovo/vendor/lintangtimur/ovoid/src/OVOID.php on line 53

lintangtimur commented 3 years ago
$ovo = new OVOID($token, $deviceId);

print_r($ovo->getWalletTransaction(1));

aman ada hasilnya. Sudah di update ke versi terakhir https://github.com/lintangtimur/ovoid/releases/tag/v3.2 ??