Skip to content

Commit 2701d4e

Browse files
committed
docs: replace sample CNPJ with configurable fake value
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 41ba22d commit 2701d4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $store = new OpenBaoSecretStore(addr: 'http://localhost:8200', token: getenv('B
5959
$client = new NfseClient(secretStore: $store, sandboxMode: true);
6060

6161
$dps = new DpsData(
62-
cnpjPrestador: '11222333000181',
62+
cnpjPrestador: '11222333000181', // Example only: configure with your provider CNPJ
6363
municipioIbge: '3303302',
6464
// ... other fields
6565
);
@@ -74,6 +74,8 @@ echo $receipt->nfseNumber; // NFS-e number returned by the SEFIN gateway
7474

7575
PFX passwords are **never** persisted in application databases. They are stored in OpenBao (or Vault) KV v2 under a path like `nfse/pfx/{cnpj}`.
7676

77+
The CNPJ values below are **fictitious examples**. Configure your own values through your application settings/environment.
78+
7779
```php
7880
use LibreCodeCoop\NfsePHP\SecretStore\OpenBaoSecretStore;
7981

0 commit comments

Comments
 (0)