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
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