Skip to content

Commit ded2f38

Browse files
author
Dragoslav Predojevic
committed
TSMD-22523
1 parent 5663039 commit ded2f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rest/RestClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function delete (...$args) {
207207
* @return \telesign\sdk\rest\Response The RestClient Response object
208208
*/
209209
protected function execute ($method_name, $resource, $fields = [], $date = null, $nonce = null) {
210-
$url_encoded_fields = http_build_query($fields, null, "&");
210+
$url_encoded_fields = http_build_query($fields, "", "&");
211211

212212
$headers = $this->generateTelesignHeaders(
213213
$this->customer_id,

0 commit comments

Comments
 (0)