new: display the default address checkbox on profile load

This commit is contained in:
Valentin Lab
2025-10-04 11:44:04 +02:00
parent e69487f73e
commit 8d8528f6fb
5 changed files with 18 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ class CustomerController extends Controller
'address' => $address->toArray(),
'prefix' => $prefix,
'with_name' => true,
'selected' => $address->id,
])->render();
return response()->json([