Skip to content

Commit

Permalink
Merge pull request #19 from upwork/v1.2.4
Browse files Browse the repository at this point in the history
v1.2.4
  • Loading branch information
mnovozhylov committed Jul 26, 2017
2 parents 5f31fbd + fe34f2d commit 678b54b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These are the supported API resources:
* Metadata
* Snapshot
* Team
* Workd Diary
* Work Diary
* Activities

# License
Expand Down
4 changes: 2 additions & 2 deletions src/Upwork/API/AuthTypes/AbstractOAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ public function auth()
header('Location: ' . $authUrl);
} elseif (self::$_mode === 'nonweb') {
// authorize nonweb application
ApiDebug::p('found [nonweb] mode, need to autorize application manually');
ApiDebug::p('found [nonweb] mode, need to authorize application manually');

$prompt = 'Visit ' . $authUrl . "\n" .
$prompt = 'Visit ' . $authUrl . "\n " .
'and provide oauth_verifier for further authorization' . "\n" .
'$ ';
if (PHP_OS == 'WINNT') {
Expand Down

0 comments on commit 678b54b

Please sign in to comment.