the url should:
start with the environment variable containing the host of the frontend
and concatenate the exact url location (example: invoices/{invoiceId})
in the end the qr code should look like
https://<hatfield-host-env>/invoices/452
where <hatfield-host-env> is read from the env variables
the url should:
start with the environment variable containing the host of the frontend
and concatenate the exact url location (example:
invoices/{invoiceId})in the end the qr code should look like
https://<hatfield-host-env>/invoices/452where
<hatfield-host-env>is read from the env variables