chore: scaffolding

This commit is contained in:
Sebastian Rindom
2021-04-07 14:14:57 +02:00
parent 1b97f3d72f
commit 73b411097e
2 changed files with 50 additions and 0 deletions
@@ -18,6 +18,17 @@ class OrderSubscriber {
this.fulfillmentService_ = fulfillmentService
// Swaps
// order.swap_received <--- Will be deprecated
// swap.created
// swap.received
// swap.shipment_created
// swap.payment_completed
// swap.payment_captured
// swap.refund_processed
eventBusService.subscribe(
"order.shipment_created",
async ({ id, fulfillment_id }) => {