brandon14/ebay-sdk-php

View on GitHub

Showing 2,539 of 3,709 total issues

Method getPaymentDisputeSummariesRequest has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function getPaymentDisputeSummariesRequest($order_id = null, $buyer_username = null, $open_date_from = null, $open_date_to = null, $payment_dispute_status = null, $limit = null, $offset = null)
Severity: Major
Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 50 mins to fix

    Method getPaymentDisputeSummariesAsync has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function getPaymentDisputeSummariesAsync($order_id = null, $buyer_username = null, $open_date_from = null, $open_date_to = null, $payment_dispute_status = null, $limit = null, $offset = null)
    Severity: Major
    Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 50 mins to fix

      Method getPaymentDisputeSummariesWithHttpInfo has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function getPaymentDisputeSummariesWithHttpInfo($order_id = null, $buyer_username = null, $open_date_from = null, $open_date_to = null, $payment_dispute_status = null, $limit = null, $offset = null)
      Severity: Major
      Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 50 mins to fix

        Method getPaymentDisputeSummaries has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public function getPaymentDisputeSummaries($order_id = null, $buyer_username = null, $open_date_from = null, $open_date_to = null, $payment_dispute_status = null, $limit = null, $offset = null)
        Severity: Major
        Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 50 mins to fix

          Method getPaymentDisputeSummariesAsyncWithHttpInfo has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              public function getPaymentDisputeSummariesAsyncWithHttpInfo($order_id = null, $buyer_username = null, $open_date_from = null, $open_date_to = null, $payment_dispute_status = null, $limit = null, $offset = null)
          Severity: Major
          Found in src/Sell/Fulfillment/V1/Api/PaymentDisputeApi.php - About 50 mins to fix

            Method getEventItemsAsyncWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                public function getEventItemsAsyncWithHttpInfo($event_ids, $x_ebay_c_marketplace_id, $category_ids = null, $delivery_country = null, $limit = null, $offset = null)
            Severity: Minor
            Found in src/Buy/Deal/V1/Api/EventItemApi.php - About 45 mins to fix

              Method getDealItemsWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  public function getDealItemsWithHttpInfo($x_ebay_c_marketplace_id, $category_ids = null, $commissionable = null, $delivery_country = null, $limit = null, $offset = null)
              Severity: Minor
              Found in src/Buy/Deal/V1/Api/DealItemApi.php - About 45 mins to fix

                Method getDealItemsAsync has 6 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    public function getDealItemsAsync($x_ebay_c_marketplace_id, $category_ids = null, $commissionable = null, $delivery_country = null, $limit = null, $offset = null)
                Severity: Minor
                Found in src/Buy/Deal/V1/Api/DealItemApi.php - About 45 mins to fix

                  Method getDealItemsAsyncWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      public function getDealItemsAsyncWithHttpInfo($x_ebay_c_marketplace_id, $category_ids = null, $commissionable = null, $delivery_country = null, $limit = null, $offset = null)
                  Severity: Minor
                  Found in src/Buy/Deal/V1/Api/DealItemApi.php - About 45 mins to fix

                    Method getEventItemsAsync has 6 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        public function getEventItemsAsync($event_ids, $x_ebay_c_marketplace_id, $category_ids = null, $delivery_country = null, $limit = null, $offset = null)
                    Severity: Minor
                    Found in src/Buy/Deal/V1/Api/EventItemApi.php - About 45 mins to fix

                      Method getDealItemsRequest has 6 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          public function getDealItemsRequest($x_ebay_c_marketplace_id, $category_ids = null, $commissionable = null, $delivery_country = null, $limit = null, $offset = null)
                      Severity: Minor
                      Found in src/Buy/Deal/V1/Api/DealItemApi.php - About 45 mins to fix

                        Method getEventItems has 6 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            public function getEventItems($event_ids, $x_ebay_c_marketplace_id, $category_ids = null, $delivery_country = null, $limit = null, $offset = null)
                        Severity: Minor
                        Found in src/Buy/Deal/V1/Api/EventItemApi.php - About 45 mins to fix

                          Method getEventItemsRequest has 6 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              public function getEventItemsRequest($event_ids, $x_ebay_c_marketplace_id, $category_ids = null, $delivery_country = null, $limit = null, $offset = null)
                          Severity: Minor
                          Found in src/Buy/Deal/V1/Api/EventItemApi.php - About 45 mins to fix

                            Method getEventItemsWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                public function getEventItemsWithHttpInfo($event_ids, $x_ebay_c_marketplace_id, $category_ids = null, $delivery_country = null, $limit = null, $offset = null)
                            Severity: Minor
                            Found in src/Buy/Deal/V1/Api/EventItemApi.php - About 45 mins to fix

                              Method getDealItems has 6 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  public function getDealItems($x_ebay_c_marketplace_id, $category_ids = null, $commissionable = null, $delivery_country = null, $limit = null, $offset = null)
                              Severity: Minor
                              Found in src/Buy/Deal/V1/Api/DealItemApi.php - About 45 mins to fix

                                Method getItemFeedRequest has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    public function getItemFeedRequest($accept, $x_ebay_c_marketplace_id, $range, $feed_scope, $category_id, $date = null)
                                Severity: Minor
                                Found in src/Buy/FeedBeta/V1/Api/ItemApi.php - About 45 mins to fix

                                  Method getItemGroupFeedWithHttpInfo has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      public function getItemGroupFeedWithHttpInfo($accept, $x_ebay_c_marketplace_id, $feed_scope, $category_id, $range = null, $date = null)
                                  Severity: Minor
                                  Found in src/Buy/FeedBeta/V1/Api/ItemGroupApi.php - About 45 mins to fix

                                    Method getItemGroupFeedAsync has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        public function getItemGroupFeedAsync($accept, $x_ebay_c_marketplace_id, $feed_scope, $category_id, $range = null, $date = null)
                                    Severity: Minor
                                    Found in src/Buy/FeedBeta/V1/Api/ItemGroupApi.php - About 45 mins to fix

                                      Method getItemGroupFeedRequest has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          public function getItemGroupFeedRequest($accept, $x_ebay_c_marketplace_id, $feed_scope, $category_id, $range = null, $date = null)
                                      Severity: Minor
                                      Found in src/Buy/FeedBeta/V1/Api/ItemGroupApi.php - About 45 mins to fix

                                        Method getItemGroupFeed has 6 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            public function getItemGroupFeed($accept, $x_ebay_c_marketplace_id, $feed_scope, $category_id, $range = null, $date = null)
                                        Severity: Minor
                                        Found in src/Buy/FeedBeta/V1/Api/ItemGroupApi.php - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language