Skip to content

Commit 7ba4e7f

Browse files
author
victorkowalski
committed
params added
1 parent 32d899f commit 7ba4e7f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

TwoCaptcha/Captcha/AmazonWaf.cs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,20 @@ public void SetIV(string iv)
2626
{
2727
parameters["iv"] = iv;
2828
}
29+
30+
public void SetChallengeScript(string challengeScript)
31+
{
32+
parameters["challenge_script"] = challengeScript;
33+
}
34+
35+
public void SetCaptchaScript(string captchaScript)
36+
{
37+
parameters["captcha_script"] = captchaScript;
38+
}
39+
40+
public void SetHeaderAcao(int headerAcao)
41+
{
42+
parameters["header_acao"] = headerAcao.ToString();
43+
}
2944
}
3045
}

0 commit comments

Comments
 (0)