This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '[email protected]', |