core/app/models/spree/return_item.rb

Summary

Maintainability
A
3 hrs
Test Coverage
A
95%

Class ReturnItem has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

  class ReturnItem < Spree::Base
    COMPLETED_RECEPTION_STATUSES = %w(received given_to_customer)

    if defined?(Spree::Webhooks::HasWebhooks)
      include Spree::Webhooks::HasWebhooks
Severity: Minor
Found in core/app/models/spree/return_item.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status