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.
1 parent 6766cce commit 9410123Copy full SHA for 9410123
src/Provider/AsanPardakhtProvider.php
@@ -35,7 +35,7 @@ public function checkWalletBalance(): JsonResponse|array
35
'mo' => $this->getCellNumber(),
36
'hi' => $this->getParameters('host_id'),
37
'walet' => 5,
38
- 'htran' => $this->getWalletChargeTransactionId,
+ 'htran' => $this->getWalletChargeTransactionId(),
39
'hop' => AsanpardakhtStatusEnum::WalletBalanceHop->value,
40
'htime' => time(),
41
'hkey' => $this->getParameters('api_key'),
0 commit comments