buckybox/webstore

View on GitHub
app/models/checkout/payment_options.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class PaymentOptions has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

class PaymentOptions < Form
  PAID = "paid"

  attribute :name,            String
  attribute :phone_number,    String
Severity: Minor
Found in app/models/checkout/payment_options.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status