We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cac3042 + 2ddec2a commit 21cf1a7Copy full SHA for 21cf1a7
src/ReCaptcha/ReCaptcha.php
@@ -123,6 +123,12 @@ class ReCaptcha
123
*/
124
private $requestMethod;
125
126
+ private $hostname;
127
+ private $apkPackageName;
128
+ private $action;
129
+ private $threshold;
130
+ private $timeoutSeconds;
131
+
132
/**
133
* Create a configured instance to use the reCAPTCHA service.
134
*
src/ReCaptcha/RequestMethod/SocketPost.php
@@ -51,6 +51,8 @@ class SocketPost implements RequestMethod
51
52
private $socket;
53
54
+ private $siteVerifyUrl;
55
56
57
* Only needed if you want to override the defaults
58
0 commit comments