Documentation ¶
Index ¶
- func PublishOrderCorporatePaid(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishOrderCreated(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishOrderFinalized(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishOrderPOSPaid(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishOrderPickupReady(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishWooNewOrder(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishWooNewRefund(log *logrus.Entry, ctx context.Context, stage string, ...) error
- type EventOrderCorporatePaidData
- type EventOrderCreatedData
- type EventOrderFinalizedData
- type EventOrderPOSPaidData
- type EventOrderPickupReadyData
- type EventWooNewOrderData
- type EventWooNewRefundData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PublishOrderCorporatePaid ¶ added in v3.3.10
func PublishOrderCreated ¶
func PublishOrderFinalized ¶ added in v3.5.1
func PublishOrderPOSPaid ¶
func PublishOrderPickupReady ¶
func PublishWooNewOrder ¶ added in v3.2.2
func PublishWooNewRefund ¶ added in v3.3.14
Types ¶
type EventOrderCorporatePaidData ¶ added in v3.3.10
type EventOrderCorporatePaidData struct {
OrderID string
}
type EventOrderCreatedData ¶
type EventOrderCreatedData struct {
OrderID string // not the UUID
}
type EventOrderFinalizedData ¶ added in v3.5.1
type EventOrderPOSPaidData ¶
type EventOrderPOSPaidData struct {
OrderID string
}
type EventWooNewOrderData ¶ added in v3.2.2
type EventWooNewOrderData struct {
ID int // woocommerce id
}
type EventWooNewRefundData ¶ added in v3.3.14
type EventWooNewRefundData struct {
ID int // woocommerce id
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.