Skip to content

Commit a5e1f43

Browse files
committed
change wallet balance output
1 parent 0b60fe4 commit a5e1f43

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
@@ -47,7 +47,7 @@ public function checkWalletBalance(): JsonResponse|array
4747
$rawResponse = $this->sendInfoToAp($hostRequest, $hostRequestSign, self::POST_METHOD, $this->getUrl());
4848
$responseJson = json_decode($rawResponse["hresp"], false, 512, JSON_THROW_ON_ERROR);
4949

50-
if ($responseJson->st != 1100) {
50+
if ($responseJson->st !== 1100) {
5151
$credit = 0;
5252

5353
if (property_exists($responseJson, 'wball')) {

0 commit comments

Comments
 (0)