Skip to content

Commit

Permalink
testing user id added
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Feb 3, 2025
1 parent aa3bc85 commit e3af7e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Http/Controllers/BankTransferController.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public function store(StoreBankTransferRequest $request): JsonResponse

$inputs['user_id'] = ($request->filled('user_id')) ? $request->input('user_id') : $request->user('sanctum')->getKey();

dd($inputs['user_id']);

try {
$bankTransfer = Remit::bankTransfer()->create($inputs);

Expand Down

0 comments on commit e3af7e7

Please sign in to comment.