chore(change test stripe key): change test stripe key

keep-around/47cbeec98be14131ca20949c69908b2683b45d66
Andrei Dekterev 4 years ago
parent 1c5dd9ea0a
commit 47cbeec98b
  1. 2
      src/config/env.tsx

@ -14,4 +14,4 @@ export const isProduction = ENV === 'production' || ENV === 'preproduction'
export const stageENV = process.env.REACT_APP_STAGE || 'staging' export const stageENV = process.env.REACT_APP_STAGE || 'staging'
export const STRIPE_PUBLIC_KEY = process.env.REACT_APP_STRIPE_PK || 'pk_test_fkEjSoWfJXuCwMgwHRpbOGPt' export const STRIPE_PUBLIC_KEY = process.env.REACT_APP_STRIPE_PK || 'pk_test_51J5TEYEDSxVnTgDWhKLstuDAhx9XmGJmj2awyZ1HghpWdU46MhXqbQt1PyW9XsRlES5JFyuQWbPRjoSsiW3wvXOH00KMirJEGZ'

Loading…
Cancel
Save