Exception: SolidusShipstation::OrderNotPaidError

Inherits:
Error
  • Object
show all
Defined in:
lib/solidus_shipstation/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(order, *args) ⇒ OrderNotPaidError

Returns a new instance of OrderNotPaidError.



7
8
9
# 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