Skip to content

Commit 6766cce

Browse files
committed
fixed wallet charge
1 parent a26d0d9 commit 6766cce

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->getTransaction()->getWalletTransactionId(),
38+
'htran' => $this->getWalletChargeTransactionId,
3939
'hop' => AsanpardakhtStatusEnum::WalletBalanceHop->value,
4040
'htime' => time(),
4141
'hkey' => $this->getParameters('api_key'),

0 commit comments

Comments
 (0)