Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
palypster authored Jan 20, 2021
1 parent b1ac30c commit 46f7e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function postDownloadInvoice(Invoice $invoice)
}

return Verification::verify('download-invoice', // name of the action
'/invoices', // URL user will be redirect after verification (he must click to download the invoice againa manually :(
'/invoices', // URL user will be redirect after verification (he must click to download the invoice again manually :(
function () use ($invoice) {
// on the other hand this code will run only once, after the verification
return $invoice->download();
Expand Down

0 comments on commit 46f7e2a

Please sign in to comment.