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
Bundling flutterwave-node-v3 with rollup fails with a SyntaxError because the package used JavaScript reserved words like package as variable names. A maintainer confirmed the reserved-word usage was removed from the library. Bump flutterwa
- Fix 'Error: Public Key required' when running flutterwave-node-v3 tests
The flutterwave-node-v3 test suite fails at startup with `Error: Public Key required` from rave.base, before any test runs. The constructor validates credentials, so the suite needs a test PUBLIC_KEY and SECRET_KEY available when the Rave c
- Fix Flutterwave Node v3 Transaction.verify failing
Calling flw.Transaction.verify on flutterwave-node-v3 fails even with valid credentials, which looks like the module's base URL not being wired up. A maintainer confirmed the verify path was broken and fixed in the latest release. Update th