#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
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
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
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
Abbreviation in name 'capturePaymentRequestVM' must contain no more than '1' consecutive capital letters.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
',' is not followed by whitespace.
Loading