laravel / cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.
https://laravel.com/docs/cashier-paddle
MIT License
245 stars 57 forks source link

Update VerifyWebhookSignature.php #214

Closed majdiyassin20 closed 11 months ago

majdiyassin20 commented 11 months ago

#

driesvints commented 11 months ago

You're absolutely correct. Thanks!

majdiyassin20 commented 11 months ago

You're welcome, in $maximumVariance = 5 seems too low. It would be better if we could make the $maximumVariance changeable

driesvints commented 11 months ago

@majdiyassin20 I haven't found any issues yet with it? Do webhooks really arrive 5 seconds later for you?

majdiyassin20 commented 11 months ago

@driesvints in some case it's arrive 5 seconds later maybe because i use localhost and expose.dev for testing thank you