Skip to content

Commit

Permalink
fixed wallet charge
Browse files Browse the repository at this point in the history
  • Loading branch information
samuraee committed Jun 29, 2023
1 parent a26d0d9 commit 6766cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/AsanPardakhtProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function checkWalletBalance(): JsonResponse|array
'mo' => $this->getCellNumber(),
'hi' => $this->getParameters('host_id'),
'walet' => 5,
'htran' => $this->getTransaction()->getWalletTransactionId(),
'htran' => $this->getWalletChargeTransactionId,
'hop' => AsanpardakhtStatusEnum::WalletBalanceHop->value,
'htime' => time(),
'hkey' => $this->getParameters('api_key'),
Expand Down

0 comments on commit 6766cce

Please sign in to comment.