We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, we are displaying only First Name, Last Name and T-shirt size at the QR code scanner.
We need to get Company info from the profile and display it as well.
Here is the place where this code is situated: https://github.com/drupal-ukraine/dcamp-site/blob/master/docroot/modules/custom/dckyiv_commerce/dckyiv-qr-scanner/src/App.vue#L72
Endpoint where qr code is getting data: https://github.com/drupal-ukraine/dcamp-site/blob/master/docroot/modules/custom/dckyiv_commerce/src/Controller/AttendeeData.php#L26
The text was updated successfully, but these errors were encountered:
SanyokMedved
No branches or pull requests
Right now, we are displaying only First Name, Last Name and T-shirt size at the QR code scanner.
We need to get Company info from the profile and display it as well.
Here is the place where this code is situated: https://github.com/drupal-ukraine/dcamp-site/blob/master/docroot/modules/custom/dckyiv_commerce/dckyiv-qr-scanner/src/App.vue#L72
Endpoint where qr code is getting data: https://github.com/drupal-ukraine/dcamp-site/blob/master/docroot/modules/custom/dckyiv_commerce/src/Controller/AttendeeData.php#L26
The text was updated successfully, but these errors were encountered: