tgz 2 years ago
parent
commit
0e31927b88
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/Modules/Trade/Pay/OrderArousePayAbstract.php

+ 0 - 2
app/Modules/Trade/Pay/OrderArousePayAbstract.php

@@ -52,8 +52,6 @@ abstract class OrderArousePayAbstract
         ];
         $order = Order::firstOrCreate($params);
         if (!empty($data['send_order_id'])) {
-            //$order = Order::where('id',$order_id)->first();
-            //$order = DB::table('orders')->where('id',$order_id)->first();
             try {
                 $account =  DB::table('qapp_send_orders')->where('send_order_id',$data['send_order_id'])->value('account');
                 if ($account) {