Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/260.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 一旦我只填写金额,payu页面应该如何打开?_Php_Codeigniter - Fatal编程技术网

Php 一旦我只填写金额,payu页面应该如何打开?

Php 一旦我只填写金额,payu页面应该如何打开?,php,codeigniter,Php,Codeigniter,对不起! 我们无法处理您的付款 $hash = ''; $hashSequence = "key|txnid|amount|udf1|udf2|udf3|udf4|udf5|udf6|udf7|udf8|udf9|udf10"; if(empty($posted['hash']) && sizeof($posted) > 0) { if( empty($posted['key'

对不起! 我们无法处理您的付款

      $hash         = '';
      $hashSequence = "key|txnid|amount|udf1|udf2|udf3|udf4|udf5|udf6|udf7|udf8|udf9|udf10";

      if(empty($posted['hash']) && sizeof($posted) > 0) {
        if(
              empty($posted['key'])
              || empty($posted['txnid'])
              || empty($posted['amount'])
              || empty($posted['surl'])
              || empty($posted['furl'])
    )

因此,是否可以链接payu页面,仅填写金额

您需要通过所有必需的参数。谢谢……先生。Dilip Patelyo你需要通过所有要求的参数。谢谢你…先生。迪利普·帕特尔
    Error Reason
    One or more mandatory parameters are missing in the transaction request.
    The parameters which you have actually sent in the transaction are: 
key, txnid, amount, surl, hash.

Mandatory parameter missing from your transaction request are: 
productinfo, firstname, email, phone.