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 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