tgz преди 2 години
родител
ревизия
0e31927b88
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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) {