thephpleague / omnipay-paypal

PayPal driver for the Omnipay PHP payment processing library
MIT License
299 stars 175 forks source link

add webhooks functionality #213

Closed digibeuk closed 5 years ago

digibeuk commented 6 years ago

This PR adds functionality to list and create webhooks.

See:

and also verify webhook messages signature:

we also have a omnipay version 2 branch available if that is something you would like to use

Shade- commented 5 years ago

Works fine and I feel nowadays is essential for even basic PayPal integration. Bumping to encourage merging.

digibeuk commented 5 years ago

Works fine and I feel nowadays is essential for even basic PayPal integration. Bumping to encourage merging.

Thanks, I feel the same :smile:, this code is battle tested BTW, we use it in a big SAAS platform.

Maybe this PR could get some love @barryvdh?