-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Description
scheduled = CreditNoteDeliveryForInvoiceScheduled.strict(
scheduled_at: invoice.credit_note_at,
invoice_id: invoice.id,
order_id: invoice.order_id,
)
Resque.enqueue_at(invoice.credit_note_at.utc, SendCreditNoteHandler, YAML.dump(scheduled))
event_store.publish(scheduled)
How can we recommend doing this pattern in RES?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels