Skip to content

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

#1180 & #1237 create payment and order in paypal

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

GitHub Actions / Checkstyle succeeded Nov 7, 2024 in 0s

Checkstyle Source Code Analyzer report

0 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 33 in payment/src/main/java/com/yas/payment/controller/PaymentController.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck

Line is longer than 120 characters (found 121).

Check warning on line 33 in payment/src/main/java/com/yas/payment/controller/PaymentController.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Abbreviation in name 'capturePaymentRequestVM' 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.