Skip to content

Commit

Permalink
chore: ERiC version
Browse files Browse the repository at this point in the history
  • Loading branch information
zembrowski committed Nov 29, 2024
1 parent d7b80a6 commit f8de69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ use Rechtlogisch\Steuernummer\Denormalize;
### Supported tax offices

By default, tax office codes (German: Bundesfinanzamtsnummer - short BUFA) included in the [ELSTER ERiC libraries](https://www.elster.de/elsterweb/infoseite/entwickler) are supported by this package. Currently, based on ERiC 41.1.3. You'll find the list in [src/Bufas.php](./src/Bufas.php).
By default, tax office codes (German: Bundesfinanzamtsnummer - short BUFA) included in the [ELSTER ERiC libraries](https://www.elster.de/elsterweb/infoseite/entwickler) are supported by this package. Currently, based on ERiC 41.2.6. You'll find the list in [src/Bufas.php](./src/Bufas.php).

The list includes test BUFAs, which are invalid in production. It is recommended to disable them in production with the following environment variable:

Expand Down
2 changes: 1 addition & 1 deletion src/Bufas.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Bufas
{
// list of tax offices supported in ERiC 41.1.3
// list of tax offices supported in ERiC 41.2.6
public const SUPPORTED = [
'BB' => [
3046,
Expand Down

0 comments on commit f8de69a

Please sign in to comment.