done
This commit is contained in:
parent
ed2581cf4b
commit
8c13b4c85c
@ -29,7 +29,7 @@ var space = regexp.MustCompile(`\s+`)
|
|||||||
var cookie1 = &http.Cookie{Name: "PHPSESSID", Value: "shplbjsjd3o4fdt9iutbb0o233", HttpOnly: false}
|
var cookie1 = &http.Cookie{Name: "PHPSESSID", Value: "shplbjsjd3o4fdt9iutbb0o233", HttpOnly: false}
|
||||||
|
|
||||||
func singleTest(t *testing.T, x float64) {
|
func singleTest(t *testing.T, x float64) {
|
||||||
if _, err := KwotaSlownie(x, false); err == nil {
|
if kwota, err := KwotaSlownie(x, false); err == nil {
|
||||||
valueAsString := fmt.Sprintf("%.2f", x)
|
valueAsString := fmt.Sprintf("%.2f", x)
|
||||||
|
|
||||||
reqBody := url.Values{"number": {valueAsString}, "currency": {"pln"}, "country": {"pl"}, "csrf": {"fc64dfc02c3ba52eddea990c836e7e8d30948cda"}}
|
reqBody := url.Values{"number": {valueAsString}, "currency": {"pln"}, "country": {"pl"}, "csrf": {"fc64dfc02c3ba52eddea990c836e7e8d30948cda"}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user