Exception: ErpIntegration::Fulfil::Resources::SalesOrder::MissingIdempotencyKey
- Inherits:
-
Error
- Object
- StandardError
- Error
- ErpIntegration::Fulfil::Resources::SalesOrder::MissingIdempotencyKey
- Defined in:
- lib/erp_integration/fulfil/resources/sales_order.rb
Instance Method Summary collapse
-
#initialize ⇒ MissingIdempotencyKey
constructor
A new instance of MissingIdempotencyKey.
Constructor Details
#initialize ⇒ MissingIdempotencyKey
Returns a new instance of MissingIdempotencyKey.
12 13 14 15 16 17 18 |
# File 'lib/erp_integration/fulfil/resources/sales_order.rb', line 12 def initialize super( '[ERP Integration] Missing the required reference attribute. ' \ 'Setting the reference prevents Fulfil from processing the same sales ' \ "order twice. For this reason, it's required to provide it as a safeguard." ) end |