Is your feature request related to a problem? Please describe.
Right now since we persist a session for 30 minutes we should make sure that the user has confirmed that their selection is correct before proceeding to payment. To do this we should use the native confirm to check and display the appropriate information about the membership before allowing it to be selected.
The description of each of the membership types are as follows:
UoA Student
Self explanatory
Non-UoA Student
Self explanatory
Non-student: returning member
Non-Student: New to club
Is your feature request related to a problem? Please describe. Right now since we persist a session for 30 minutes we should make sure that the user has confirmed that their selection is correct before proceeding to payment. To do this we should use the native
confirm
to check and display the appropriate information about the membership before allowing it to be selected.The description of each of the membership types are as follows: UoA Student
Non-student: returning member Non-Student: New to club
BEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)