killbill/killbill-client-ruby

View on GitHub

Showing 200 of 200 total issues

Method refund has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

      def refund(user = nil, reason = nil, comment = nil, options = {}, refresh_options = nil)
Severity: Minor
Found in lib/killbill_client/models/transaction.rb - About 35 mins to fix

    Method complete_initial_transaction has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def complete_initial_transaction(user, reason, comment, options, refresh_options)
    Severity: Minor
    Found in lib/killbill_client/models/transaction.rb - About 35 mins to fix

      Method add_tag_from_definition_id has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

            def add_tag_from_definition_id(tag_definition_id, user = nil, reason = nil, comment = nil, options = {})
      Severity: Minor
      Found in lib/killbill_client/models/helpers/tag_helper.rb - About 35 mins to fix

        Method create_tax_item has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

              def create_tax_item(auto_commit = false, user = nil, reason = nil, comment = nil, options = {})
        Severity: Minor
        Found in lib/killbill_client/models/invoice_item.rb - About 35 mins to fix

          Method find_by_subscription_id_and_type has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                  def find_by_subscription_id_and_type(subscription_id, start_date, end_date, unit_type, options = {})
          Severity: Minor
          Found in lib/killbill_client/models/rolled_up_usage.rb - About 35 mins to fix

            Method post has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                    def post(uri, body = nil, params = {}, options = {}, clazz = self)
            Severity: Minor
            Found in lib/killbill_client/models/resource.rb - About 35 mins to fix

              Method find_children has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                      def find_children(account_id, with_balance = false, with_balance_and_cba = false, audit='NONE', options = {})
              Severity: Minor
              Found in lib/killbill_client/models/account.rb - About 35 mins to fix

                Method paginated_bundles has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                        def paginated_bundles(account_id, offset = 0, limit = 100, audit = "NONE", options = {})
                Severity: Minor
                Found in lib/killbill_client/models/account.rb - About 35 mins to fix

                  Method chargeback_reversals has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                        def chargeback_reversals(user = nil, reason = nil, comment = nil, options = {}, refresh_options = nil)
                  Severity: Minor
                  Found in lib/killbill_client/models/transaction.rb - About 35 mins to fix

                    Method resume has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                          def resume(requested_date = nil, user = nil, reason = nil, comment = nil, options = {})
                    Severity: Minor
                    Found in lib/killbill_client/models/bundle.rb - About 35 mins to fix

                      Method retrieve_invoice_group has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                              def retrieve_invoice_group(account_id, group_id, with_children_items = false, audit = "NONE", options = {})
                      Severity: Minor
                      Found in lib/killbill_client/models/invoice.rb - About 35 mins to fix

                        Method create has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                              def create(auto_commit = false, user = nil, reason = nil, comment = nil, options = {})
                        Severity: Minor
                        Found in lib/killbill_client/models/invoice_item.rb - About 35 mins to fix

                          Method complete_auth has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                                def complete_auth(user = nil, reason = nil, comment = nil, options = {}, refresh_options = nil)
                          Severity: Minor
                          Found in lib/killbill_client/models/transaction.rb - About 35 mins to fix

                            Method set_tags has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                  def set_tags(tag_definition_ids, user = nil, reason = nil, comment = nil, options = {})
                            Severity: Minor
                            Found in lib/killbill_client/models/helpers/tag_helper.rb - About 35 mins to fix

                              Method retrieve_payments_for_invoice has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                      def retrieve_payments_for_invoice(invoice_id, with_plugin_info = false, with_attempts = false, audit = "NONE", options = {})
                              Severity: Minor
                              Found in lib/killbill_client/models/invoice.rb - About 35 mins to fix

                                Method upload_tenant_catalog has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                        def upload_tenant_catalog(catalog_xml, user = nil, reason = nil, comment = nil, options = {})
                                Severity: Minor
                                Found in lib/killbill_client/models/catalog.rb - About 35 mins to fix

                                  Method upload_tenant_overdue_config_json has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                          def upload_tenant_overdue_config_json(body, user = nil, reason = nil, comment = nil, options = {})
                                  Severity: Minor
                                  Found in lib/killbill_client/models/overdue.rb - About 35 mins to fix

                                    Method chargeback_by_external_key has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                          def chargeback_by_external_key(user = nil, reason = nil, comment = nil, options = {}, refresh_options = nil)
                                    Severity: Minor
                                    Found in lib/killbill_client/models/transaction.rb - About 35 mins to fix

                                      Method pause has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                            def pause(requested_date = nil, user = nil, reason = nil, comment = nil, options = {})
                                      Severity: Minor
                                      Found in lib/killbill_client/models/bundle.rb - About 35 mins to fix

                                        Method delete has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                                def delete(uri, body = nil, params = {}, options = {}, clazz = self)
                                        Severity: Minor
                                        Found in lib/killbill_client/models/resource.rb - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language