Hi, I am using this snippet on my React app
<PaymentForm
applicationId="sandbox…
locationId=“Lmy location id”
cardTokenizeResponseReceived={async (token, buyer) => {
}
How can I hide it from the locationId and applicationId from the browser? If I put .env variable when it gets submitted if I look at the source code tab on the google inspector I will be able to see the values.
I am looking for ideas of how I use the 2 credentials on the front end without making them available.
I couldn’t find any other way of using this tag calling the back end.
Thanks
Rodrigo