Skip to content

Commit 1557f61

Browse files
committed
Resolved merge conflict.
2 parents df061ef + 31bfcdd commit 1557f61

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

wepay.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,10 @@ public static function getAuthorizationUri(array $scope, $redirect_uri, array $o
125125
'client_id' => self::$client_id,
126126
'redirect_uri' => $redirect_uri,
127127
'scope' => implode(',', $scope),
128-
'state' => empty($options['state']) ? '' : $options['state'],
129-
'user_name' => empty($options['user_name']) ? '' : $options['user_name'],
130-
'user_email' => empty($options['user_email']) ? '' : $options['user_email'],
128+
'state' => empty($options['state']) ? '' : $options['state'],
129+
'user_name' => empty($options['user_name']) ? '' : $options['user_name'],
130+
'user_email' => empty($options['user_email']) ? '' : $options['user_email'],
131+
'user_country' => empty($options['user_country']) ? '' : $options['user_country'],
131132
), '', '&');
132133

133134
return $uri;

0 commit comments

Comments
 (0)