Exception: SolidusShipstation::OrderNotPaidError
- Defined in:
- lib/solidus_shipstation/errors.rb
Instance Method Summary collapse
-
#initialize(order, *args) ⇒ OrderNotPaidError
constructor
A new instance of OrderNotPaidError.
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 |