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 <noreply@anthropic.com>
This commit is contained in:
parent
2dbfbe1a7c
commit
656b34ac1d
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue