Skip to content

Commit

Permalink
[*] MO - PayPal Fixed : PNM-2810
Browse files Browse the repository at this point in the history
  • Loading branch information
tbigueres committed Oct 8, 2014
1 parent 5b1d659 commit e5b970e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paypal/js/paypal.js
Expand Up @@ -60,15 +60,15 @@ $(document).ready( function() {
}

$('select[name^="group_"]').change(function () {
displayExpressCheckoutShortcut();
setTimeout(function(){displayExpressCheckoutShortcut()}, 500);
});

$('.color_pick').click(function () {
displayExpressCheckoutShortcut();
setTimeout(function(){displayExpressCheckoutShortcut()}, 500);
});

if($('body#product').length > 0)
displayExpressCheckoutShortcut();
setTimeout(function(){displayExpressCheckoutShortcut()}, 500);

{/literal}
{if isset($paypal_authorization)}
Expand Down

0 comments on commit e5b970e

Please sign in to comment.