Furry / 2captcha

A wrapper around the 2captcha api
71 stars 23 forks source link

removed action get from in.php requests #19

Closed kratzky closed 2 years ago

kratzky commented 2 years ago

recaptcha and hcaptcha methods contained action: "get" in the payload by default which is incorrect as the action parameter is optional. The action value should be passed as extra.action with no default value.

Furry commented 2 years ago

Ah alrighty, thank you! I appreciate the pull request, that's on me. been a while since I wrote this library so I made a few careless mistakes like that.