Exception: Spree::Shipstation::PaymentError
- Defined in:
- lib/spree/shipstation/errors.rb
Instance Method Summary collapse
-
#initialize(payment, *args) ⇒ PaymentError
constructor
A new instance of PaymentError.
Constructor Details
#initialize(payment, *args) ⇒ PaymentError
Returns a new instance of PaymentError.
14 15 16 |
# File 'lib/spree/shipstation/errors.rb', line 14 def initialize(payment, *args) super("Could not process payment #{payment.id}", *args) end |