Skip to content

Commit

Permalink
Update base total value to subtotal
Browse files Browse the repository at this point in the history
  • Loading branch information
Willian Keller committed Apr 25, 2019
1 parent f41c480 commit 7683116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Success.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function getCheckoutQty()
public function getCheckoutTotal()
{
return $this->formatPrice(
$this->getCurrentQuote()->getBaseSubtotal()
$this->getCurrentQuote()->getBaseGrandTotal()
);
}
}

0 comments on commit 7683116

Please sign in to comment.