Skip to content

Commit

Permalink
add nl to allowed langs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jun 24, 2024
1 parent e7a0ab5 commit 8dcf275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnniversaryCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AnniversaryCalculator
public const ALLOWED_ACCEPT_HEADERS = [ "application/json", "application/yaml", "application/xml", "text/html" ];
public const ALLOWED_REQUEST_CONTENT_TYPES = [ "application/json", "application/yaml", "application/x-www-form-urlencoded" ];
public const ALLOWED_REQUEST_METHODS = [ "GET", "POST", "OPTIONS" ];
public const ALLOWED_LOCALES = [ "en", "it", "fr", "es", "de", "pt" ];
public const ALLOWED_LOCALES = [ "en", "it", "fr", "es", "de", "pt", "nl" ];

public const RECURRING = [
"ALUMINUM",
Expand Down

0 comments on commit 8dcf275

Please sign in to comment.