Details
-
Type: Story
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.5.0-b1
-
Component/s: None
-
Labels:None
Description
Google Recaptcha is being included in the core since CORE-2894. We will also likely write our own captcha and include other captcha-like systems in the future, so we should have a factory that will create them and probably a reusable interface for them with at least the following options:
- void setOptions(array options)
- bool verify(array $data = [])
- array errors()
The Order plugin will need to be updated to use this library as opposed to loading recaptcha itself