Skip to content

Commit

Permalink
Fix PayPal login url
Browse files Browse the repository at this point in the history
  • Loading branch information
firstred committed Jun 24, 2017
1 parent ade5135 commit 9515688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/front/paypal_loginjs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
scopes: 'openid profile email address phone https://uri.paypal.com/services/paypalattributes https://uri.paypal.com/services/expresscheckout',
containerid: 'buttonPaypalLogin1',
theme: {if $login_theme}'blue'{else}'neutral'{/if},
returnurl: '{$return_link|escape:'javascript':'UTF-8'}?{$page_name|escape:'javascript':'UTF-8'}',
returnurl: '{$return_link|escape:'javascript':'UTF-8'}',
locale: '{$paypal_locale|escape:'javascript':'UTF-8'}',
});
}
Expand Down

0 comments on commit 9515688

Please sign in to comment.