rabin пре 3 година
родитељ
комит
d5892359a5
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/shop/src/Yspay.php

+ 1 - 0
app/shop/src/Yspay.php

@@ -182,6 +182,7 @@ class Chinaums
         $body['content'] = $this->createSignature($content);
 
         $result = Dever::curl($url, $body, 'post');
+        print_r($result);die;
 
         $decryptData = $this->privateDecrypt($result);
         print_r($content);