brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

Method createShippingFulfillmentWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function createShippingFulfillmentWithHttpInfo($order_id, $shipping_fulfillment_details)
    {
        $request = $this->createShippingFulfillmentRequest($order_id, $shipping_fulfillment_details);

        try {
Severity: Major
Found in src/Sell/Fulfillment/V1/Api/ShippingFulfillmentApi.php - About 2 hrs to fix

    Method translateWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function translateWithHttpInfo($translate_request)
        {
            $request = $this->translateRequest($translate_request);
    
            try {
    Severity: Major
    Found in src/Commerce/TranslationBeta/V1/Api/LanguageApi.php - About 2 hrs to fix

      Method createSubscriptionWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function createSubscriptionWithHttpInfo($create_subscription_request = null)
          {
              $request = $this->createSubscriptionRequest($create_subscription_request);
      
              try {
      Severity: Major
      Found in src/Commerce/Notification/V1/Api/SubscriptionApi.php - About 2 hrs to fix

        Method getDestinationsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function getDestinationsWithHttpInfo($limit = null, $continuation_token = null)
            {
                $request = $this->getDestinationsRequest($limit, $continuation_token);
        
                try {
        Severity: Major
        Found in src/Commerce/Notification/V1/Api/DestinationApi.php - About 2 hrs to fix

          Method getSubscriptionWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function getSubscriptionWithHttpInfo($subscription_id)
              {
                  $request = $this->getSubscriptionRequest($subscription_id);
          
                  try {
          Severity: Major
          Found in src/Commerce/Notification/V1/Api/SubscriptionApi.php - About 2 hrs to fix

            Method getConfigWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function getConfigWithHttpInfo()
                {
                    $request = $this->getConfigRequest();
            
                    try {
            Severity: Major
            Found in src/Commerce/Notification/V1/Api/ConfigApi.php - About 2 hrs to fix

              Method getSubscriptionsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  public function getSubscriptionsWithHttpInfo($limit = null, $continuation_token = null)
                  {
                      $request = $this->getSubscriptionsRequest($limit, $continuation_token);
              
                      try {
              Severity: Major
              Found in src/Commerce/Notification/V1/Api/SubscriptionApi.php - About 2 hrs to fix

                Method getPublicKeyWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public function getPublicKeyWithHttpInfo($public_key_id)
                    {
                        $request = $this->getPublicKeyRequest($public_key_id);
                
                        try {
                Severity: Major
                Found in src/Commerce/Notification/V1/Api/PublicKeyApi.php - About 2 hrs to fix

                  Method createDestinationWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      public function createDestinationWithHttpInfo($destination_request = null)
                      {
                          $request = $this->createDestinationRequest($destination_request);
                  
                          try {
                  Severity: Major
                  Found in src/Commerce/Notification/V1/Api/DestinationApi.php - About 2 hrs to fix

                    Method getTopicsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        public function getTopicsWithHttpInfo($limit = null, $continuation_token = null)
                        {
                            $request = $this->getTopicsRequest($limit, $continuation_token);
                    
                            try {
                    Severity: Major
                    Found in src/Commerce/Notification/V1/Api/TopicApi.php - About 2 hrs to fix

                      Method getTopicWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          public function getTopicWithHttpInfo($topic_id)
                          {
                              $request = $this->getTopicRequest($topic_id);
                      
                              try {
                      Severity: Major
                      Found in src/Commerce/Notification/V1/Api/TopicApi.php - About 2 hrs to fix

                        Method getProductWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            public function getProductWithHttpInfo($epid, $x_ebay_c_marketplace_id = null)
                            {
                                $request = $this->getProductRequest($epid, $x_ebay_c_marketplace_id);
                        
                                try {
                        Severity: Major
                        Found in src/Commerce/CatalogBeta/V1/Api/ProductApi.php - About 2 hrs to fix

                          Method getDestinationWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              public function getDestinationWithHttpInfo($destination_id)
                              {
                                  $request = $this->getDestinationRequest($destination_id);
                          
                                  try {
                          Severity: Major
                          Found in src/Commerce/Notification/V1/Api/DestinationApi.php - About 2 hrs to fix

                            Method getDefaultCategoryTreeIdWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                public function getDefaultCategoryTreeIdWithHttpInfo($marketplace_id, $accept_language = null)
                                {
                                    $request = $this->getDefaultCategoryTreeIdRequest($marketplace_id, $accept_language);
                            
                                    try {
                            Severity: Major
                            Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                              Method getCharityOrgWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  public function getCharityOrgWithHttpInfo($charity_org_id, $x_ebay_c_marketplace_id)
                                  {
                                      $request = $this->getCharityOrgRequest($charity_org_id, $x_ebay_c_marketplace_id);
                              
                                      try {
                              Severity: Major
                              Found in src/Commerce/Charity/V1/Api/CharityOrgApi.php - About 2 hrs to fix

                                Method fetchItemAspectsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    public function fetchItemAspectsWithHttpInfo($category_tree_id)
                                    {
                                        $request = $this->fetchItemAspectsRequest($category_tree_id);
                                
                                        try {
                                Severity: Major
                                Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                                  Method getCategorySuggestionsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      public function getCategorySuggestionsWithHttpInfo($category_tree_id, $q)
                                      {
                                          $request = $this->getCategorySuggestionsRequest($category_tree_id, $q);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                                    Method getCharityOrgsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        public function getCharityOrgsWithHttpInfo($x_ebay_c_marketplace_id, $limit = null, $offset = null, $q = null, $registration_ids = null)
                                        {
                                            $request = $this->getCharityOrgsRequest($x_ebay_c_marketplace_id, $limit, $offset, $q, $registration_ids);
                                    
                                            try {
                                    Severity: Major
                                    Found in src/Commerce/Charity/V1/Api/CharityOrgApi.php - About 2 hrs to fix

                                      Method getVideoWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          public function getVideoWithHttpInfo($video_id)
                                          {
                                              $request = $this->getVideoRequest($video_id);
                                      
                                              try {
                                      Severity: Major
                                      Found in src/Commerce/MediaBeta/V1/Api/VideoApi.php - About 2 hrs to fix

                                        Method getCategorySubtreeWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            public function getCategorySubtreeWithHttpInfo($category_id, $category_tree_id)
                                            {
                                                $request = $this->getCategorySubtreeRequest($category_id, $category_tree_id);
                                        
                                                try {
                                        Severity: Major
                                        Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language