From 51263d47f02a00c8eeaa1609939a863ac571602c Mon Sep 17 00:00:00 2001 From: Jocelyn-paystack <78022506+Jocelyn-paystack@users.noreply.github.com> Date: Wed, 3 Mar 2021 01:30:31 -0800 Subject: [PATCH] Update App.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 60f3b13..d3b501d 100644 --- a/src/App.js +++ b/src/App.js @@ -3,7 +3,7 @@ import { PaystackButton } from "react-paystack" import "./App.css" const App = () => { - const publicKey = "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad" + const publicKey = "Private" const amount = 1000000 const [email, setEmail] = useState("") const [name, setName] = useState("")