it should work for you guys after refreshing the page to get the updated JS file with the new stripe key @gregrjacobs FYI this is what I ran on that machine to switch out the stripe keys in the JS file ```cd /var/www/sites/api.twohandsapp.com sed -i "s/pk_test_NC9mau8tNscCEJIfvF13VrvO/pk_test_pPXVHmzbm95R7EJWiNsTSrzP/g" ./dist/scripts/app-2b8db67fe3.js``` that switches the old key for the new key in the file being used by the prod frontend