|
@@ -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) {
|