From 3dc9f736ab1d0e616ee50d34d1ebec9a4cd9c1a8 Mon Sep 17 00:00:00 2001 From: Chaitanya Bagaria Date: Fri, 14 Aug 2015 10:00:36 -0700 Subject: [PATCH] Update wepay.php --- wepay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wepay.php b/wepay.php index 0bd34e6..8a507fd 100644 --- a/wepay.php +++ b/wepay.php @@ -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())