Skip to content

Commit 99b84ae

Browse files
author
Dragoslav Predojevic
committed
Pull request #5: TSMD-22523
Merge in SDK/php_telesign from feature/TSMD-22523_upgrade to master * commit 'ded2f384db2ba8b8380921779226f5e9a5441607': TSMD-22523
2 parents 5663039 + ded2f38 commit 99b84ae

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)