shish 4 лет назад
Родитель
Сommit
4e831247e3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      biz-hd/order/classes/OrderClass.php

+ 1 - 0
biz-hd/order/classes/OrderClass.php

@@ -496,6 +496,7 @@ class OrderClass extends BaseClass
             'address' => '',
             'sendCost' => $order->sendCost ?? '0.00',
             'prePrice' => $order->prePrice ?? '0.00',
+            'orderPrice' => $order->orderPrice ?? '0',
             'discountAmount' => $order->discountAmount ?? '0.00',
             'realPrice' => $order->realPrice ?? '0.00',
             'refundPrice' => $order->refundPrice ?? '0.00',