From 9a204d7b310d7b0f89c02372c67e7d8c042761e8 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 28 Dec 2022 13:12:12 +0700 Subject: [PATCH] Accidentally included my test public key. Not a risk since it's a dev key and supposed to be public, but still not smart. --- commands/templates/client/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/templates/client/config.js b/commands/templates/client/config.js index b20d009..3fe63f9 100644 --- a/commands/templates/client/config.js +++ b/commands/templates/client/config.js @@ -89,7 +89,7 @@ export const paypal_public = { */ export const stripe_public = { disabled: false, - client_id: "pk_MhuNltOn2Gq5VBZ9lMNxv4CB3wFOa" + client_id: "pk_HEXCODE" } /*