Skip to content

Instantly share code, notes, and snippets.

View meetKazuki's full-sized avatar
💭
Coder's block..

Desmond meetKazuki

💭
Coder's block..
View GitHub Profile
@alabobriggs
alabobriggs / paystack-implementation.js
Last active May 20, 2020 17:51
Simple JS implementation for paystack
makeInvestment: async () => {
/*
add this script inside your page head tag <script async src="https://js.paystack.co/v1/inline.js" />
this will make the PasystackPop available
*/
const handler = PaystackPop.setup({
key: process.env.PAYSTACK_LIVE_API,
email: 'user@example.com',