theodi/open-orgn-services

View on GitHub
lib/eventbrite/order_invoicer.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method perform has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def perform(order_uri)
    order = Eventbrite::Client.order_details(order_uri)
    event = order['event']
    attendees = order['attendees']
    purchaser = attendees.first
Severity: Minor
Found in lib/eventbrite/order_invoicer.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status