Skip to content

Commit

Permalink
exmperiment make multiple bank acc
Browse files Browse the repository at this point in the history
  • Loading branch information
AmdaaRaijen committed May 29, 2023
1 parent 5a89040 commit 22bf3b6
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 198 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/TransactionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public function __construct(PaymentMethodService $paymentMethodService)

public function show(string $code, Request $request): View
{
dd($request);
if (Auth::check()) {
/** @var Transaction $transaction */
$transaction = Transaction::with(['campaign'])
Expand Down
Loading

0 comments on commit 22bf3b6

Please sign in to comment.