brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

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

    public function getCustomPolicyWithHttpInfo($custom_policy_id, $x_ebay_c_marketplace_id)
    {
        $request = $this->getCustomPolicyRequest($custom_policy_id, $x_ebay_c_marketplace_id);

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

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

        public function getPrivilegesWithHttpInfo()
        {
            $request = $this->getPrivilegesRequest();
    
            try {
    Severity: Major
    Found in src/Sell/Account/V1/Api/PrivilegeApi.php - About 2 hrs to fix

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

          public function getPaymentPolicyByNameWithHttpInfo($marketplace_id, $name)
          {
              $request = $this->getPaymentPolicyByNameRequest($marketplace_id, $name);
      
              try {
      Severity: Major
      Found in src/Sell/Account/V1/Api/PaymentPolicyApi.php - About 2 hrs to fix

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

            public function getReturnPolicyByNameWithHttpInfo($marketplace_id, $name)
            {
                $request = $this->getReturnPolicyByNameRequest($marketplace_id, $name);
        
                try {
        Severity: Major
        Found in src/Sell/Account/V1/Api/ReturnPolicyApi.php - About 2 hrs to fix

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

              public function optInToProgramWithHttpInfo($program)
              {
                  $request = $this->optInToProgramRequest($program);
          
                  try {
          Severity: Major
          Found in src/Sell/Account/V1/Api/ProgramApi.php - About 2 hrs to fix

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

                public function createPaymentPolicyWithHttpInfo($payment_policy_request)
                {
                    $request = $this->createPaymentPolicyRequest($payment_policy_request);
            
                    try {
            Severity: Major
            Found in src/Sell/Account/V1/Api/PaymentPolicyApi.php - About 2 hrs to fix

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

                  public function updatePaymentPolicyWithHttpInfo($payment_policy_id, $payment_policy_request)
                  {
                      $request = $this->updatePaymentPolicyRequest($payment_policy_id, $payment_policy_request);
              
                      try {
              Severity: Major
              Found in src/Sell/Account/V1/Api/PaymentPolicyApi.php - About 2 hrs to fix

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

                    public function getPaymentsProgramOnboardingWithHttpInfo($marketplace_id, $payments_program_type)
                    {
                        $request = $this->getPaymentsProgramOnboardingRequest($marketplace_id, $payments_program_type);
                
                        try {
                Severity: Major
                Found in src/Sell/Account/V1/Api/OnboardingApi.php - About 2 hrs to fix

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

                      public function getPaymentsProgramWithHttpInfo($marketplace_id, $payments_program_type)
                      {
                          $request = $this->getPaymentsProgramRequest($marketplace_id, $payments_program_type);
                  
                          try {
                  Severity: Major
                  Found in src/Sell/Account/V1/Api/PaymentsProgramApi.php - About 2 hrs to fix

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

                        public function enableInventoryLocationWithHttpInfo($merchant_location_key)
                        {
                            $request = $this->enableInventoryLocationRequest($merchant_location_key);
                    
                            try {
                    Severity: Major
                    Found in src/Sell/Account/V1/Api/LocationApi.php - About 2 hrs to fix

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

                          public function getSalesTaxesWithHttpInfo($country_code)
                          {
                              $request = $this->getSalesTaxesRequest($country_code);
                      
                              try {
                      Severity: Major
                      Found in src/Sell/Account/V1/Api/SalesTaxApi.php - About 2 hrs to fix

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

                            public function updateFulfillmentPolicyWithHttpInfo($fulfillment_policy_id, $fulfillment_policy_request)
                            {
                                $request = $this->updateFulfillmentPolicyRequest($fulfillment_policy_id, $fulfillment_policy_request);
                        
                                try {
                        Severity: Major
                        Found in src/Sell/Account/V1/Api/FulfillmentPolicyApi.php - About 2 hrs to fix

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

                              public function getFulfillmentPolicyByNameWithHttpInfo($marketplace_id, $name)
                              {
                                  $request = $this->getFulfillmentPolicyByNameRequest($marketplace_id, $name);
                          
                                  try {
                          Severity: Major
                          Found in src/Sell/Account/V1/Api/FulfillmentPolicyApi.php - About 2 hrs to fix

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

                                public function getFulfillmentPoliciesWithHttpInfo($marketplace_id)
                                {
                                    $request = $this->getFulfillmentPoliciesRequest($marketplace_id);
                            
                                    try {
                            Severity: Major
                            Found in src/Sell/Account/V1/Api/FulfillmentPolicyApi.php - About 2 hrs to fix

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

                                  public function getCustomPoliciesWithHttpInfo($x_ebay_c_marketplace_id, $policy_types = null)
                                  {
                                      $request = $this->getCustomPoliciesRequest($x_ebay_c_marketplace_id, $policy_types);
                              
                                      try {
                              Severity: Major
                              Found in src/Sell/Account/V1/Api/CustomPolicyApi.php - About 2 hrs to fix

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

                                    public function getFulfillmentPolicyWithHttpInfo($fulfillment_policy_id)
                                    {
                                        $request = $this->getFulfillmentPolicyRequest($fulfillment_policy_id);
                                
                                        try {
                                Severity: Major
                                Found in src/Sell/Account/V1/Api/FulfillmentPolicyApi.php - About 2 hrs to fix

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

                                      public function getSalesTaxWithHttpInfo($country_code, $jurisdiction_id)
                                      {
                                          $request = $this->getSalesTaxRequest($country_code, $jurisdiction_id);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Sell/Account/V1/Api/SalesTaxApi.php - About 2 hrs to fix

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

                                        public function getReturnPoliciesWithHttpInfo($marketplace_id)
                                        {
                                            $request = $this->getReturnPoliciesRequest($marketplace_id);
                                    
                                            try {
                                    Severity: Major
                                    Found in src/Sell/Account/V1/Api/ReturnPolicyApi.php - About 2 hrs to fix

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

                                          public function disableInventoryLocationWithHttpInfo($merchant_location_key)
                                          {
                                              $request = $this->disableInventoryLocationRequest($merchant_location_key);
                                      
                                              try {
                                      Severity: Major
                                      Found in src/Sell/Account/V1/Api/LocationApi.php - About 2 hrs to fix

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

                                            public function getTasksWithHttpInfo($date_range = null, $feed_type = null, $limit = null, $look_back_days = null, $offset = null, $schedule_id = null)
                                            {
                                                $request = $this->getTasksRequest($date_range, $feed_type, $limit, $look_back_days, $offset, $schedule_id);
                                        
                                                try {
                                        Severity: Major
                                        Found in src/Sell/Feed/V1/Api/TaskApi.php - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language