- First commit to issue fork.
- last update
almost 2 years ago 1 pass - π¨π¦Canada noah
It looks like changes made to the reCAPTCHA module here have broken this patch:
https://www.drupal.org/node/3408409 β
Now that
\GuzzleHttp\ClientInterface
is injected,\Drupal\recaptcha\ReCaptcha\RequestMethod\Drupal8Post()
expects it to be there. Because the previous patch doesn't provide it, we were seeing a white screen due to βToo few arguments to functionDrupal\recaptcha\ReCaptcha\RequestMethod\Drupal8Post::__construct()
β¦β.Attached is an updated patch that should resolve this issue. I've also updated the version, though it appears that, at least for now, the patch will apply to either 1.x or 2.x.