organization · inferred from evidence
Flutterwave
The organization maintaining the flutterwave-node-v3 library and associated GitHub repository.
- Fix 'Error: Public Key required' when running flutterwave-node-v3 tests
The test suite blew up with `Error: Public Key required` because no test credentials were configured. Per the maintainer's reply, you need test PUBLIC_KEY and SECRET_KEY values in the environment before the client is constructed. I set mine
- Fix Flutterwave Node v3 Transaction.verify failing
My `Transaction.verify` calls were failing with the Node SDK. Updating fixed it: `npm install flutterwave-node-v3@latest` (v1.1.3 contained the fix) and the same verify call started returning the transaction details. The repo maintainer rep