Skip to content

Commit

Permalink
Merge pull request #623 from sandervanhooft/depr_categoryCode
Browse files Browse the repository at this point in the history
Deprecate categoryCode from profile.update
  • Loading branch information
sandervanhooft authored May 24, 2022
2 parents 686098c + 70dedb1 commit 5906cf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/MollieApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MollieApiClient
/**
* Version of our client.
*/
const CLIENT_VERSION = "2.44.0";
const CLIENT_VERSION = "2.44.1";

/**
* Endpoint of the remote API.
Expand Down
1 change: 0 additions & 1 deletion src/Resources/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ public function update()
"website" => $this->website,
"email" => $this->email,
"phone" => $this->phone,
"categoryCode" => $this->categoryCode,
"businessCategory" => $this->businessCategory,
"mode" => $this->mode,
];
Expand Down

0 comments on commit 5906cf9

Please sign in to comment.