Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soap authored Dec 14, 2024
1 parent a08f09a commit a46881e
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 @@ -127,7 +127,7 @@ Route::stripeWebhooks('webhook-route-configured-at-the-omise-dashboard');
Behind the scenes this will register a POST route to a controller provided by this package. Because Stripe has no way of getting a csrf-token, you must add that route to the except array of the VerifyCsrfToken middleware:
```php
protected $except = [
'webhook-route-configured-at-the-stripe-dashboard',
'webhook-route-configured-at-the-omise-dashboard',
];
```

Expand Down

0 comments on commit a46881e

Please sign in to comment.