-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix prepayment process in shopping cart #106
Labels
Comments
WunderJacob
added a commit
that referenced
this issue
Jan 10, 2025
WunderJacob
added a commit
that referenced
this issue
Jan 10, 2025
WunderJacob
added a commit
that referenced
this issue
Jan 15, 2025
WunderJacob
added a commit
that referenced
this issue
Jan 20, 2025
WunderJacob
added a commit
that referenced
this issue
Jan 20, 2025
WunderJacob
added a commit
that referenced
this issue
Jan 20, 2025
georgmaisser
pushed a commit
that referenced
this issue
Jan 22, 2025
georgmaisser
pushed a commit
that referenced
this issue
Jan 22, 2025
georgmaisser
pushed a commit
that referenced
this issue
Jan 22, 2025
georgmaisser
pushed a commit
that referenced
this issue
Feb 7, 2025
georgmaisser
pushed a commit
that referenced
this issue
Feb 7, 2025
georgmaisser
pushed a commit
that referenced
this issue
Feb 7, 2025
georgmaisser
pushed a commit
that referenced
this issue
Feb 12, 2025
georgmaisser
pushed a commit
that referenced
this issue
Feb 12, 2025
georgmaisser
pushed a commit
that referenced
this issue
Feb 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, there are the following elements on checkout.php prior to actually passing the payment over to the payment provider:
All these elements are added differently and work independently. The user flow is limited by this.
We should create one baseclass which handles the prebookingprocesses and makes sure all the transitions work in the same way.
The text was updated successfully, but these errors were encountered: