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

Feature/1003 payment provider #1243

Merged
merged 9 commits into from
Oct 31, 2024

[Payment] Embedded Payment-Paypal project into Payment project like a…

069f465
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Feature/1003 payment provider #1243

[Payment] Embedded Payment-Paypal project into Payment project like a…
069f465
Select commit
Loading
Failed to load commit list.
GitHub Actions / Checkstyle succeeded Oct 31, 2024 in 0s

Checkstyle Source Code Analyzer report

0 violation(s) found

Annotations

Check warning on line 5 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.imports.AvoidStarImportCheck

Using the '.*' form of import should be avoided - com.paypal.orders.*.

Check warning on line 17 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.imports.CustomImportOrderCheck

Extra separation in import group before 'java.io.IOException'

Check warning on line 17 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.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.springframework.stereotype.Service'.

Check warning on line 18 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.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.math.BigDecimal' import. Should be before 'org.springframework.stereotype.Service'.

Check warning on line 19 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.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Service'.

Check warning on line 20 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.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.NoSuchElementException' import. Should be before 'org.springframework.stereotype.Service'.

Check warning on line 34 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.sizes.LineLengthCheck

Line is longer than 120 characters (found 131).

Check warning on line 48 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.sizes.LineLengthCheck

Line is longer than 120 characters (found 126).

Check warning on line 73 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 78 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.sizes.LineLengthCheck

Line is longer than 120 characters (found 132).

Check warning on line 5 in payment-paypal/src/main/java/com/yas/payment/paypal/viewmodel/PaypalCreatePaymentRequest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.math.BigDecimal'

Check warning on line 5 in payment-paypal/src/main/java/com/yas/payment/paypal/viewmodel/PaypalCreatePaymentRequest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.math.BigDecimal' import. Should be before 'lombok.Builder'.

Check warning on line 8 in payment-paypal/src/main/java/com/yas/payment/paypal/viewmodel/PaypalCreatePaymentRequest.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 130).

Check warning on line 8 in payment/src/main/java/com/yas/payment/service/PaymentService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck

Using the '.*' form of import should be avoided - com.yas.payment.viewmodel.*.

Check warning on line 15 in payment/src/main/java/com/yas/payment/service/PaymentService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.util.HashMap'

Check warning on line 15 in payment/src/main/java/com/yas/payment/service/PaymentService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.springframework.stereotype.Service'.

Check warning on line 16 in payment/src/main/java/com/yas/payment/service/PaymentService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.stereotype.Service'.

Check warning on line 17 in payment/src/main/java/com/yas/payment/service/PaymentService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.stereotype.Service'.

Check warning on line 55 in payment/src/main/java/com/yas/payment/service/PaymentService.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 49 in payment/src/main/java/com/yas/payment/service/provider/handler/PaypalHandler.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 54 in payment/src/main/java/com/yas/payment/service/provider/handler/PaypalHandler.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 126).

Check warning on line 10 in payment/src/main/java/com/yas/payment/service/provider/handler/PaymentHandler.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'METHOD_DEF' should be separated from previous line.

Check warning on line 11 in payment/src/main/java/com/yas/payment/service/provider/handler/PaymentHandler.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'METHOD_DEF' should be separated from previous line.

Check warning on line 11 in payment/src/main/java/com/yas/payment/service/provider/handler/PaymentHandler.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 17 in payment/src/main/java/com/yas/payment/service/OrderService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.net.URI'