rabin 8 months ago
parent
commit
6bda4bd2b2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/Yspay.php

+ 2 - 2
lib/Yspay.php

@@ -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;
     }
-}
+}