06.10.2016 Views

laravel-5

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Laravel Cashier 270<br />

1 protected $except = [<br />

2 'stripe/*',<br />

3 ];<br />

Other Webhooks<br />

If you have additional Stripe webhook events you would like to handle, simply extend the Webhook<br />

controller. Your method names should correspond to Cashier’s expected convention, specifically,<br />

methods should be prefixed with handle and the “camel case” name of the Stripe webhook you<br />

wish to handle. For example, if you wish to handle the invoice.payment_succeeded webhook, you<br />

should add a handleInvoicePaymentSucceeded method to the controller.<br />

1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!