@@ -56,7 +56,7 @@ class Yspay extends Core
$string = array();
foreach ($input as $k => $v) {
if (strstr($v, '&') || strstr($v, '@')) {
- $v = urlencode($v);
+ //$v = urlencode($v);
}
$string[] = $k . '=' . $v;
@@ -692,4 +692,4 @@ class Base
return $result;
-}
+}