Skip to content

Commit 7a68f07

Browse files
committed
not marking oauth as deprecated yet as per product
1 parent e6902e1 commit 7a68f07

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/Bigcommerce/Api/Client.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ public static function configureOAuth($settings)
119119
* - username
120120
* - api_key
121121
*
122-
* @deprecated Please migrate to OAuth
123-
* @see https://developer.bigcommerce.com/api/guides/oauth-transition
124-
*
125122
* @param array $settings
126123
* @throws \Exception
127124
*/

src/Bigcommerce/Api/Connection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public function failOnError($option = true)
154154
/**
155155
* Sets the HTTP basic authentication.
156156
*
157-
* @deprecated Use OAuth for authentication
158157
* @param string $username
159158
* @param string $password
160159
*/

0 commit comments

Comments
 (0)