Open jeroenvermeulen opened 10 months ago
Fixes #596
I let http_build_query do the work of recursively URL encoding the query parameters, we no longer need the method buildSignatureDataString. Added method ksortRecursive to sort array URL parameters recursively.
http_build_query
buildSignatureDataString
ksortRecursive
Fixes #596
I let
http_build_query
do the work of recursively URL encoding the query parameters, we no longer need the methodbuildSignatureDataString
. Added methodksortRecursive
to sort array URL parameters recursively.