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

#1180 & #1237 create payment and order in paypal #1264

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

#1268 Step3 Customer Execute Payment

a0f1263
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

#1180 & #1237 create payment and order in paypal #1264

#1268 Step3 Customer Execute Payment
a0f1263
Select commit
Loading
Failed to load commit list.
GitHub Actions / Checkstyle completed Nov 16, 2024 in 0s

Checkstyle Source Code Analyzer report

3 violation(s) found

Annotations

Check warning on line 81 in payment-paypal/src/main/java/com/yas/payment/paypal/service/PaypalService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

',' is not followed by whitespace.

Check warning on line 5 in payment/src/main/java/com/yas/payment/service/order/handler/base/IPaypalWebhookHandler.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'IPaypalWebhookHandler' must contain no more than '1' consecutive capital letters.

Check warning on line 5 in payment/src/main/java/com/yas/payment/service/order/handler/base/IPaypalWebhookHandlerRegistry.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'IPaypalWebhookHandlerRegistry' must contain no more than '1' consecutive capital letters.

Check warning on line 81 in payment-paypal/src/main/java/com/yas/payment/paypal/service/PaypalService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

',' is not followed by whitespace.