Skip to content

Commit

Permalink
Fixing accidental profile to recurring replace for Log in With PayPal
Browse files Browse the repository at this point in the history
  • Loading branch information
David Teal committed Oct 10, 2014
1 parent 551f7dd commit 8a7aa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/controller/module/pp_login.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function index() {
}

$scopes = array(
'recurring',
'profile',
'email',
'address',
'phone'
Expand Down

0 comments on commit 8a7aa15

Please sign in to comment.