From 656b34ac1db582f73b4fb38bb53b12066933242f Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 10 Mar 2026 20:57:35 -0700 Subject: [PATCH] chore: switch Transak to staging until production IP whitelisted Production gateway rejects the access token (error 1002). Staging flow works end-to-end. Will switch back once Transak whitelists the server IP for production. Co-Authored-By: Claude Opus 4.6 --- entrypoint.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index cab5787..bef1fd5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -77,8 +77,9 @@ if [ -n "$INFISICAL_AI_CLIENT_ID" ] && [ -n "$INFISICAL_AI_CLIENT_SECRET" ]; the fi fi -# TEMP: Override stale Infisical values until updated in dashboard -export TRANSAK_API_KEY="a5cbab4f-b5c4-4b94-b055-b0e0087e29ef" -export TRANSAK_SECRET="fPpjNN6tzRCvTTmc3CWgaQ==" +# TEMP: Use staging credentials until production IP is whitelisted with Transak +export TRANSAK_API_KEY="1880fd5c-c1a8-48ff-8581-cd5977538ecd" +export TRANSAK_SECRET="+CXXAOb7FNX4MTYPvRBJOw==" +export TRANSAK_ENV="STAGING" exec "$@"