Skip to content

Commit 5ecb2cd

Browse files
authored
Merge pull request #2 from CodeRomeos/main
Main
2 parents 56649d7 + 0fb2d0f commit 5ecb2cd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Http/Controllers/Admin/BagistoShiprocketController.php renamed to src/Http/Controllers/Admin/BagistoDelhiveryController.php

File renamed without changes.

src/Resources/views/shop/tracking.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class="block w-full px-[14px] py-[14px] bg-[#F5F5F5] rounded-lg text-gray-900 te
142142
</div>
143143
<div>
144144

145-
@if (!$tracking_data)
145+
@if (!$tracking_data || ($tracking_data && $tracking_data['Success'] == false))
146146
<br />
147147
<div class="expected-delivery">
148148
<div class="error">No tracking found</div>

0 commit comments

Comments
 (0)