killbill/killbill-client-ruby

View on GitHub

Showing 146 of 200 total issues

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

        def paginated_invoices(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 capture has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def capture(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 auth has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

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

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

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

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

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

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

                  def complete_purchase(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_credit has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                    def complete_credit(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 refund_by_external_key has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                      def refund_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 chargeback has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                        def chargeback(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 refresh has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

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

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

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

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

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

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

                                  def validate_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 delete_tenant_plugin_config has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

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

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

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

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

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

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

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

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

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

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

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

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

                                                def add_system_configuration(configuration, user = nil, reason = nil, comment = nil, options = {})
                                        Severity: Minor
                                        Found in lib/killbill_client/models/tenant.rb - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language