This commit is contained in:
Jean-Philippe Staelen 2026-01-16 15:57:03 +01:00
parent dc6f2ac4d3
commit 08c7b02559
3 changed files with 3 additions and 2 deletions

View File

@ -319,6 +319,7 @@ class PEPPOL_Woo_Helper {
} }
} }
} }
return array_values($vat_fields_found); return array_values($vat_fields_found);
} }

View File

@ -466,7 +466,7 @@ a.statut:visited {
display: none; display: none;
} }
/* Carte de contenu */ /* Carte de contenu */
.step-card { .step-card {
background-color: #f3f4f6; background-color: #f3f4f6;
border: 2px solid #e5e7eb; border: 2px solid #e5e7eb;

View File

@ -84,7 +84,7 @@ $settings_status = \ESI_PEPPOL\controllers\PEPPOL_Plugin::check_settings_status(
</div> </div>
<!-- Étape 4: Webhook --> <!-- Étape 4: Webhook -->
<div class="step" data-step="4"> <div class="step is-done" data-step="4">
<div class="step-card"> <div class="step-card">
<h3><?php echo esc_html($settings_status['webhook']['label']); ?></h3> <h3><?php echo esc_html($settings_status['webhook']['label']); ?></h3>
<p><?php echo esc_html($settings_status['webhook']['description']); ?></p> <p><?php echo esc_html($settings_status['webhook']['description']); ?></p>