stanley-king 4 năm trước cách đây
mục cha
commit
bc70129f65
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rdispatcher/proxy.php

+ 1 - 1
rdispatcher/proxy.php

@@ -53,7 +53,7 @@ class proxy
                     $order_info = $this->latest_order($refill_order,$mchid,$mch_order);
                     if(empty($order_info)) {
                         $order_id = refill\RefillFactory::instance()->zero_order($mchid, $buyer_id, $amount, $card_no,
-                            $mch_order, $idcard, $card_name, $notify_url, $order_time, $commit_times,$quality,$errmsg);
+                            $mch_order, $idcard, $card_name, $notify_url,$quality, $order_time, $commit_times,$errmsg);
                     }
                     else {
                         $order_id = $order_info['order_id'];