Skip to content
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

main <- develop #461

Merged
merged 7 commits into from
Mar 26, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix session ID not being passed
daveearley committed Mar 26, 2025
commit 3ff8eeef043fde0e925cdbd92edd13acf9f16204
Original file line number Diff line number Diff line change
@@ -283,7 +283,7 @@ const SelectProducts = (props: SelectProductsProps) => {
</h4>
<Trans>
If a new tab did not open, please {' '}
<a href={'/checkout/' + eventId + '/' + productMutation.data?.data.short_id + '/details'}
<a href={'/checkout/' + eventId + '/' + productMutation.data?.data.short_id + '/details' + '?session_identifier=' + productMutation.data?.data.session_identifier}
target={'_blank'} rel={'noopener noreferrer'}>
<b>{t`click here`}</b>.
</a>