Dan Mitchell

Results 1 issues of Dan Mitchell

**Description** When making a request to `/orders?billingAddress.surname=test` and accessing the value of `$_SERVER['QUERY_STRING']` the expected value should be: ``` billingAddress.surname=test ``` Instead the value is: ``` billingAddress_surname=test ``` When testing...

bug