Skip to content

Commit

Permalink
debug removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Feb 3, 2025
1 parent bee39e2 commit 852ea3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Services/BankTransferService.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ public function create(array $inputs = []): ?BaseModel
'service_id' => $inputs['service_id'],
]);

// dd($inputs['order_data']);

if (! $allowInsufficientBalance) {
if ((float) $inputs['order_data']['service_stat_data']['total_amount'] > (float) $senderAccount->user_account_data['available_amount']) {
throw new InsufficientBalanceException($senderAccount->user_account_data['currency']);
Expand Down

0 comments on commit 852ea3f

Please sign in to comment.