From 7683116190af19455ce7d8a6d33040f5f2d3d9b0 Mon Sep 17 00:00:00 2001 From: Willian Keller Date: Thu, 25 Apr 2019 20:43:56 +0200 Subject: [PATCH] Update base total value to subtotal --- Block/Success.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); } }