| xqd
@@ -342,7 +342,6 @@ class OrderController extends AuthController
|
|
|
'patient_id' => $req['patient_id'],
|
|
|
'payment_type' => $req['payment_type'],
|
|
|
'product_type' => 6,
|
|
|
- 'docter_id' => $req['docter_id'],
|
|
|
'total_amount' => $req['total_amount'],
|
|
|
'payment_amount' => $payment_amount,
|
|
|
'discount_amount' => $discount_amount,
|