Skip to content

Commit e756590

Browse files
committed
updated readme
1 parent c5c742b commit e756590

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

384381
You 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
391384
If you would like to interact with the Paystack objects directly,
392385
you may conveniently retrieve them using the `asPaystack` method:

0 commit comments

Comments
 (0)