You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -264,18 +243,7 @@ private function __responseWriteCallback($curl, &$data) {
264
243
returnstrlen($data);
265
244
}
266
245
267
-
/**
268
-
* Contributed by afx114
269
-
* URL encode the parameters as per http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/index.html?Query_QueryAuth.html
270
-
* PHP's rawurlencode() follows RFC 1738, not RFC 3986 as required by Amazon. The only difference is the tilde (~), so convert it back after rawurlencode
0 commit comments