|
@@ -187,7 +187,7 @@ class StoreOrder extends BaseModel
|
|
|
$hasPartner = @$orderSelectedOptions['partner'] ? true:false;
|
|
|
$partnerDiscount = floatval(@$orderSelectedOptions['partner_test_discount_amount']);
|
|
|
$allTests = array_merge($allTests, (array) $order->getOrderTestsSummary());
|
|
|
- $partnerTotal = $partnerTotal + floatval($orderSelectedOptions['partner_test_total']);
|
|
|
+ $partnerTotal = $partnerTotal + floatval(@$orderSelectedOptions['partner_test_total']);
|
|
|
$orderTotal = $orderTotal + floatval($order->order_total);
|
|
|
}
|
|
|
$summary['all_tests'] = $allTests;
|