|
|
@@ -158,6 +158,7 @@ class OrderController extends ProducerBaseController |
|
|
|
$orderModule = $this->getOrderModule(); |
|
|
|
$producerModule = $this->getProducerModule(); |
|
|
|
$userModule = $this->getUserModule(); |
|
|
|
$productOrderModule = $this->getProductOrderModule(); |
|
|
|
|
|
|
|
$producer = $this->getProducerCurrent(); |
|
|
|
$redirect = null; |
|
|
@@ -259,7 +260,7 @@ class OrderController extends ProducerBaseController |
|
|
|
true |
|
|
|
) . ')', |
|
|
|
], |
|
|
|
'unit_amount' => $productOrder->price * 100 * $productOrder->quantity, |
|
|
|
'unit_amount' => intval($productOrderModule->getSolver()->getPriceWithTax($productOrder) * 100 * $productOrder->quantity), |
|
|
|
], |
|
|
|
'quantity' => 1, |
|
|
|
]; |