-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Paypal with express checkout #378
Conversation
Clear PayPal session on any changes to cart, Add nonce to AJAX request, Fix code formatting,
|
return; | ||
|
||
// Initialise PayPal when page is ready. | ||
jQuery( document ).ready(function() { |
Check warning
Code scanning / CodeQL
Unreachable statement Warning
jQuery( '#ckocom_googlePay' ).hide(); | ||
|
||
jQuery( '#place_order' ).prop( "disabled", false ); | ||
jQuery( '#place_order' ).show() |
Check notice
Code scanning / CodeQL
Semicolon insertion Note
No description provided.