From a6790b97d16209539146fb05fcbbdbcc919bf25a Mon Sep 17 00:00:00 2001 From: Jitendra Singh Date: Wed, 12 Feb 2020 13:07:17 +0530 Subject: [PATCH] Issue #2438 fixed --- .../src/Resources/views/shop/checkout/total/summary.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/total/summary.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/total/summary.blade.php index 0a43803e5..5bdab75b6 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/total/summary.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/total/summary.blade.php @@ -30,7 +30,7 @@ {{ __('shop::app.checkout.total.disc-amount') }} - {{ core()->currency($cart->base_discount_amount) }} + -{{ core()->currency($cart->base_discount_amount) }} @endif