Skip to content

Commit a86452c

Browse files
committed
fix: change wallet balance Toman to Rial
1 parent 28b4c2c commit a86452c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/AsanPardakhtProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function checkWalletBalance(): JsonResponse|array
5353
$credit = 0;
5454

5555
if (property_exists($responseJson, 'wball')) {
56-
$credit = $responseJson->wball / 10; // this API returns fucking RIAL!!!
56+
$credit = $responseJson->wball;
5757
}
5858

5959
return self::generalResponse(

0 commit comments

Comments
 (0)