Skip to content

Commit 9410123

Browse files
committed
fixed bug in generating htran
1 parent 6766cce commit 9410123

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
@@ -35,7 +35,7 @@ public function checkWalletBalance(): JsonResponse|array
3535
'mo' => $this->getCellNumber(),
3636
'hi' => $this->getParameters('host_id'),
3737
'walet' => 5,
38-
'htran' => $this->getWalletChargeTransactionId,
38+
'htran' => $this->getWalletChargeTransactionId(),
3939
'hop' => AsanpardakhtStatusEnum::WalletBalanceHop->value,
4040
'htime' => time(),
4141
'hkey' => $this->getParameters('api_key'),

0 commit comments

Comments
 (0)