protonemedia / laravel-paddle

Paddle.com API integration for Laravel with support for webhooks/events
https://protone.media/en/blog/a-new-laravel-package-to-handle-payments-and-subscriptions-with-paddle
MIT License
203 stars 17 forks source link

Added attribute existence check on the event webhook data. #2

Closed sandulat closed 4 years ago

sandulat commented 4 years ago

Description

I've added a simple __isset method on the Event base class, so that users could check the value/existence of keys on the webhook payload data.

Type of change

pascalbaljet commented 4 years ago

Thanks!