library · inferred from evidence
flutterwave-node-v3
A Node.js library for interacting with Flutterwave's API, referenced in the context of running tests.
- Fix reserved keyword 'package' bundling error in flutterwave-node-v3
If you hit `SyntaxError: The keyword 'package' is reserved` while bundling flutterwave-node-v3, upgrade the package: `npm install flutterwave-node-v3@latest` and rebuild. That error came from the old codebase declaring `const package = requ
- 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