|
@@ -2426,7 +2426,7 @@ class StoreOrderRepository extends BaseRepository
|
|
2426
|
|
2426
|
|
|
2427
|
['type' => 'a1', 'price' => $orderpri, 'other' => 0, 'note' => "VR"],//VR支付
|
2427
|
['type' => 'a1', 'price' => $orderpri, 'other' => 0, 'note' => "VR"],//VR支付
|
|
2428
|
['type' => 'a2', 'price' => $orderpri, 'other' => 0, 'note' => "现金"],//现金支付
|
2428
|
['type' => 'a2', 'price' => $orderpri, 'other' => 0, 'note' => "现金"],//现金支付
|
|
2429
|
- ['type' => 'a3', 'price' => strval($vr_payment), 'other' => $cash_payment, 'note' => "现金+VR"],//现金支付
|
|
|
|
|
|
2429
|
+ ['type' => 'a3', 'price' => strval($vr_payment), 'other' => strval($cash_payment), 'note' => "现金+VR"],//现金支付
|
|
2430
|
];
|
2430
|
];
|
|
2431
|
}
|
2431
|
}
|
|
2432
|
|
2432
|
|