Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.7.1
-
Component/s: None
-
Labels:None
Description
The GoCardless module makes a call to getallheaders() when validating a payment. This function is only defined when running php as a module of apache (see https://www.php.net/manual/en/function.getallheaders.php). We need to find an alternative that will still give us the 'Webhook-Signature' header.