📝 Update and organize project documentation and assets
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user