diff --git a/README.md b/README.md index 27bf0b54..cee315d9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PHP client library to use the Exact Online API. Installing this Exact client for PHP can be done through Composer. "require": { - "picqer/exact-php-client": "1.0.6" + "picqer/exact-php-client": "~1.0.7" } ## Usage diff --git a/src/Picqer/Financials/Exact/BankAccount.php b/src/Picqer/Financials/Exact/BankAccount.php new file mode 100644 index 00000000..64253144 --- /dev/null +++ b/src/Picqer/Financials/Exact/BankAccount.php @@ -0,0 +1,36 @@ +primaryKey, $this->attributes)) { + if ( ! array_key_exists($this->primaryKey, $this->attributes)) { return false; }