Skip to content

Commit

Permalink
Merge pull request bagisto#10139 from bagisto/2.2
Browse files Browse the repository at this point in the history
feat: 2.2 updates
  • Loading branch information
devansh-webkul authored Sep 30, 2024
2 parents 6462792 + 208c9bc commit 179c23f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"spatie/laravel-sitemap": "^6.2"
},
"require-dev": {
"bagisto/laravel-datafaker": "dev-master",
"bagisto/laravel-datafaker": "^2.2.0",
"barryvdh/laravel-debugbar": "^3.8",
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.8",
Expand Down
24 changes: 10 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class="relative h-[60px] max-h-[60px] w-full max-w-[60px] rounded"
<div class="flex flex-col gap-y-1.5">
@if (core()->getConfigData('sales.taxes.sales.display_subtotal') == 'including_tax')
<p class="font-semibold !leading-5 text-gray-600 dark:text-gray-300">
{{ core()->formatBasePrice($order->base_sub_total) }}
{{ core()->formatBasePrice($order->base_sub_total_incl_tax) }}
</p>
@elseif (core()->getConfigData('sales.taxes.sales.display_subtotal') == 'both')
<p class="font-semibold !leading-5 text-gray-600 dark:text-gray-300">
Expand Down

0 comments on commit 179c23f

Please sign in to comment.