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