Booking Form
Last updated
Was this helpful?
Last updated
Was this helpful?
Generally, require some information about the user and or the individuals attending. Once the user has selected all the passes they are interested in, you must fetch a BookingForm
and provide an interface for the user to complete this form.
Note that the Pass
es in the arguments is a flattened array of Pass
es. For example if the user requires two of a single pass (i.e. two adult passes) then the array holds two of the same Pass
type.
Alternatively you can use the delegate pattern