Skip to content

Commit

Permalink
New Method Added: IBAN Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
gre-dev committed Aug 24, 2023
1 parent 0bab2e6 commit 8599d03
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 248 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.DS_Store
test.php
tests/
.github
.vscode
4 changes: 2 additions & 2 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

class Config
{
public static $APIKey = '';
public static $APIKey = "";

/**
* setKey method
* setKey method
*
* @param string $key Pass you API Key as a string here. You can also store it in a .env file and pass a variable that returns the API Key as a string.
*
Expand Down
Loading

0 comments on commit 8599d03

Please sign in to comment.