Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin committed Jun 21, 2022
1 parent 2d1ec9a commit 6d5ab92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
->where('mollie_payment_paymenttoken.token', $paymentToken)
->first();

if ($order->status === 'cancelled') {
if ($order->status === 'canceled') {
return redirect('cart');
}

Expand Down

0 comments on commit 6d5ab92

Please sign in to comment.