Skip to content

Support notification signature validation

Compare
Choose a tag to compare
@judgej judgej released this 02 Feb 15:24
· 8 commits to master since this release

See issue #9

Also removed PHP 5.6 test support. PHP 7.x syntax used, though only in the acceptNotification handler for now.

Released as minor version, as sites not using the signature will fail until they either supply a signatureKey, or set the disableWebhookSignature flag - $gateway->setDisableWebhookSignature(true) - to suppress the assertion.