# LOT 3 - Hotfix consolide transport Tracking interne local HMAC

Ce lot consolide tous les fichiers requis par le transport local HMAC et les fichiers de deploiement Tracking verifies par `tests/lot3_contracts.php`.

## Fichiers livres

- `SRC/TrackingInternalClient.php`
- `SRC/Tracking/TrackingInternalHmac.php`
- `SRC/Tracking/TrackingInternalLocalGateway.php`
- `tracking_config/env.local.example.php`
- `public/tracking-internal/v1/.htaccess`
- `config/env.local.example.php`
- `tests/lot3_contracts.php`

## Controle

Depuis `/home/synolui/ovh` :

```bash
php -l SRC/TrackingInternalClient.php
php -l SRC/Tracking/TrackingInternalHmac.php
php -l SRC/Tracking/TrackingInternalLocalGateway.php
php -l tests/lot3_contracts.php
php tests/lot3_contracts.php
```

Le test final doit afficher `33/33 tests LOT 3 reussis.`
