From c41b91adb3f5275f609b42539abc81686c2dfc0a Mon Sep 17 00:00:00 2001 From: Jocelyn-paystack <78022506+Jocelyn-paystack@users.noreply.github.com> Date: Wed, 3 Mar 2021 01:38:55 -0800 Subject: [PATCH 1/2] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 03a6ef4..ae25b58 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ Testing ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ Testing ] schedule: - cron: '22 21 * * 3' From 58bed488b70aa38d3d5c82526477e6deabb68857 Mon Sep 17 00:00:00 2001 From: Jocelyn-paystack <78022506+Jocelyn-paystack@users.noreply.github.com> Date: Wed, 3 Mar 2021 01:40:23 -0800 Subject: [PATCH 2/2] 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 d3b501d..60f3b13 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 = "Private" + const publicKey = "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad" const amount = 1000000 const [email, setEmail] = useState("") const [name, setName] = useState("")