1 unresolved thread
changed milestone to %Antar Client 1.1.0 - 💵 Permissions
assigned to @d3cima
- Last updated by vfolliguet
77 77 if (is_array($value)) { 78 78 $value = implode("|", $value); 79 79 } 80 $queryParameters[] = $name . ":" . $value; 80 $queryParameters[] = $name . ":" . ($value); changed this line in version 2 of the diff
added 2 commits