paypay/paypayopa-sdk-java

View on GitHub
src/main/java/jp/ne/paypay/api/WalletApi.java

Summary

Maintainability
A
1 hr
Test Coverage
A
97%

Method checkWalletBalanceCall has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private Call checkWalletBalanceCall(String userAuthorizationId, Integer amount, String currency,
            ProductType productType) throws ApiException {

        String localVarPath = "/v2/wallet/check_balance";

Severity: Minor
Found in src/main/java/jp/ne/paypay/api/WalletApi.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status