Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paypal with express checkout #378

Merged
merged 9 commits into from
Jun 24, 2024
Merged

Paypal with express checkout #378

merged 9 commits into from
Jun 24, 2024

Conversation

SanketChodavadiya
Copy link
Contributor

No description provided.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

return;

// Initialise PayPal when page is ready.
jQuery( document ).ready(function() {

Check warning

Code scanning / CodeQL

Unreachable statement Warning

This statement is unreachable.
jQuery( '#ckocom_googlePay' ).hide();

jQuery( '#place_order' ).prop( "disabled", false );
jQuery( '#place_order' ).show()

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (92% of all statements in
the enclosing function
have an explicit semicolon).
@SanketChodavadiya SanketChodavadiya merged commit 5faa8c8 into master Jun 24, 2024
2 of 3 checks passed
@SanketChodavadiya SanketChodavadiya deleted the paypal-express branch June 24, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants