Skip to content

Commit

Permalink
not marking oauth as deprecated yet as per product
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-bfenton committed Jun 19, 2015
1 parent e6902e1 commit 7a68f07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/Bigcommerce/Api/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ public static function configureOAuth($settings)
* - username
* - api_key
*
* @deprecated Please migrate to OAuth
* @see https://developer.bigcommerce.com/api/guides/oauth-transition
*
* @param array $settings
* @throws \Exception
*/
Expand Down
1 change: 0 additions & 1 deletion src/Bigcommerce/Api/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public function failOnError($option = true)
/**
* Sets the HTTP basic authentication.
*
* @deprecated Use OAuth for authentication
* @param string $username
* @param string $password
*/
Expand Down

0 comments on commit 7a68f07

Please sign in to comment.