Joshua Omobolakoha.hashnode.dev·Nov 4, 2022How to Fix "Lazerpay is not a constructor" Node SDK ErrorWhile testing the Lazerpay Node SDK, I ran into this issue where the SDK throws this TypeError:Lazerpay is not a constructor error right after you instantiate the SDK. Here's my code snippet const Lazerpay = require('lazerpay-node-sdk'); const lazerp...Discuss·10 likes·38 readsBlockchainlazerpay