I'm stuck with production payment got bad request error

yes done it, but when it rename to .env.production the error is 404 didn’t find the .env.sandbox now its name is .env.sandbox and the Authorization: ‘Bearer EAAAEbUirRCgjITtd9MQq4nmK_…’ is in the async function createPayment(token) {
const body = JSON.stringify({
locationId,
sourceId: token,
Authorization: ‘Bearer EAAAEbUirRCgjIT…’,
}