rabin 5 years ago
parent
commit
b25b901193
1 changed files with 6 additions and 0 deletions
  1. 6 0
      act/src/Order.php

+ 6 - 0
act/src/Order.php

@@ -315,6 +315,12 @@ class Order extends Core
             $param['other'] = $receipt;
         }
 
+        $test = Dever::input('test');
+        if ($test == 1) {
+            print_r($order_data);
+            print_r($param);die;
+        }
+
         $this->data['pay'] = Dever::load('pay/api.' . $method, $param);
 
         if ($order_data['system'] == 1) {