Allocates stock when the Order transitions from ArrangingPayment to either
PaymentAuthorized or PaymentSettled.
StockAllocationStrategy(ctx: RequestContext, fromState: OrderState, toState: OrderState, order: Order) => boolean | Promise<boolean>