flutterwave-node-v3
Advanced tools
Comparing version 1.1.4 to 1.1.5
# Changelog | ||
## 1.1.5 | 2023-04-13 | ||
Hotfix to hide header information in the library response. | ||
### Version changes. | ||
- [FIXED] Removed headers in the response. | ||
## 1.1.4 | 2023-04-13 | ||
@@ -3,0 +8,0 @@ This release fixes the empty subscription fetch query with user email. |
@@ -76,3 +76,3 @@ var q = require('q'); | ||
console.log(requestOptions); | ||
// console.log(requestOptions); | ||
@@ -79,0 +79,0 @@ if (callback) { |
{ | ||
"name": "flutterwave-node-v3", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "The official Node.JS library for Flutterwave v3 payment APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -48,3 +48,3 @@ <p align="center"> | ||
To install the library, run this comman in your terminal: | ||
To install the library, run this comman in your Node terminal: | ||
@@ -93,5 +93,3 @@ ```sh | ||
const Flutterwave = require('flutterwave-node-v3'); | ||
const flw = new Flutterwave(process.env.FLW_PUBLIC_KEY, process.env.FLW_SECRET_KEY ); | ||
const fetchSubscription = async () => { | ||
@@ -117,7 +115,5 @@ | ||
const Flutterwave = require('flutterwave-node-v3'); | ||
const flw = new Flutterwave(process.env.FLW_PUBLIC_KEY, process.env.FLW_SECRET_KEY ); | ||
const getSubscription = async () => { | ||
const fetchSubscription = async () => { | ||
try { | ||
@@ -133,3 +129,3 @@ const data = { | ||
fetchSubscription(); | ||
getSubscription(); | ||
@@ -136,0 +132,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
292408
481