Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Aug 19, 2021
1 parent 715bbca commit ff8fbff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function start(): Response

$request = GetQR::make($this->model);

dd($this->model->getExternalId());
return $this->request($request, QrCode::class);
}

Expand Down Expand Up @@ -75,10 +74,6 @@ protected function init(): void

Model::updateOrCreate($this->payment, compact('external_id', 'details'));

// $this->payment->cashier()->exists()
// ? $this->payment->cashier()->update(compact('external_id', 'details'))
// : $this->payment->cashier()->create(compact('external_id', 'details'));

// $this->payment->refresh();
$this->payment->refresh();
}
}

0 comments on commit ff8fbff

Please sign in to comment.