Skip to content

Commit

Permalink
Merge pull request #23 from wepay/fix-getAuthorizationUri-doc
Browse files Browse the repository at this point in the history
fix-getAuthorizationUri-doc
  • Loading branch information
ellardli committed Aug 14, 2015
2 parents ee07898 + 3dc9f73 commit 31bfcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static function getAllScopes()
* @link https://www.wepay.com/developer/reference/oauth2
* @param array $scope List of scope fields for which your application wants access
* @param string $redirect_uri Where user goes after logging in at WePay (domain must match application settings)
* @param array $options optional user_name,user_email which will be pre-filled on login form, state to be returned in querystring of redirect_uri
* @param array $options optional user_name, user_email, user_country which will be pre-filled on login form, state to be returned in querystring of redirect_uri
* @return string URI to which you must redirect your user to grant access to your application
*/
public static function getAuthorizationUri(array $scope, $redirect_uri, array $options = array())
Expand Down

0 comments on commit 31bfcdd

Please sign in to comment.