class SolidusShipstation::OrderNotPaidError

Public Class Methods

new(order, *args) click to toggle source
Calls superclass method
# File lib/solidus_shipstation/errors.rb, line 7
def initialize(order, *args)
  super("Order #{order.number} is not paid and capture_at_notification is false", *args)
end