The function to be executed.
If any listener returns false
it will cancel the checkout.
Optional
timeoutMS: numberTimeout value in ms.
When running into the timeout it will proceed with the checkout and not cancel it!
If it should cancel, it has to be implemented in the listener itself.
Generated using TypeDoc
Execute tasks before the actual checkout. Optionally the checkout can also be cancelled.
The checkout is waiting until all listeners are finished or the timeout has elapsed.
Example