File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -376,17 +376,10 @@ Route::post(
376376 '\App\Http\Controllers\WebhookController@handleWebhook'
377377);
378378```
379-
380- This package emits a ` Digikraaft\PaystackSubscription\Events\WebhookReceived ` event when a webhook is received,
381- and a ` Digikraaft\PaystackSubscription\Events\WebhookHandled ` event when a webhook was handled by the package.
382- Both events contain the full payload of the Paystack webhook.
379+ Under the hood, wehbook handling is done using [ this package] ( https://github.com/digikraaft/laravel-paystack-webhooks )
383380
384381You can find details about Paystack events [ here] ( https://paystack.com/docs/payments/webhooks/#supported-events )
385382
386- ### Verifying Webhook Signatures
387- To secure your webhooks, you may use Paystack's webhook signatures. For convenience, this package
388- automatically includes a middleware which validates that the incoming Paystack webhook request is valid.
389-
390383## Paystack API
391384If you would like to interact with the Paystack objects directly,
392385you may conveniently retrieve them using the ` asPaystack ` method:
You can’t perform that action at this time.
0 commit comments