|
|
@@ -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',
|