We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28b4c2c + a86452c commit ed50f6dCopy full SHA for ed50f6d
src/Provider/AsanPardakhtProvider.php
@@ -53,7 +53,7 @@ public function checkWalletBalance(): JsonResponse|array
53
$credit = 0;
54
55
if (property_exists($responseJson, 'wball')) {
56
- $credit = $responseJson->wball / 10; // this API returns fucking RIAL!!!
+ $credit = $responseJson->wball;
57
}
58
59
return self::generalResponse(
0 commit comments