diff --git a/Block/Success.php b/Block/Success.php index 16cc06a..9edd39b 100644 --- a/Block/Success.php +++ b/Block/Success.php @@ -132,7 +132,7 @@ public function getCheckoutQty() public function getCheckoutTotal() { return $this->formatPrice( - $this->getCurrentQuote()->getBaseSubtotal() + $this->getCurrentQuote()->getBaseGrandTotal() ); } }