paystack-node
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -0,1 +1,7 @@ | ||
<a name="0.2.2"></a> | ||
# 0.2.2 (2019-23-2019) | ||
### Feature Added | ||
- Added _Transfer Recipients_ API Endpoint methods by [@adekoyejoakinhanmi](https://github.com/adekoyejoakinhanmi) | ||
<a name="0.2.1"></a> | ||
@@ -2,0 +8,0 @@ # 0.2.1 (2019-10-13) |
{ | ||
"name": "paystack-node", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A NodeJS wrapper for the Paystack API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -247,2 +247,7 @@ # Paystack | ||
- paystack.initiateBulkTransfer() | ||
- transfer_recipients | ||
- paystack.createTransferRecipient() | ||
- paystack.listTransferRecipients() | ||
- paystack.updateTransferRecipient() | ||
- paystack.deleteTransferRecipient() | ||
- charges | ||
@@ -265,4 +270,4 @@ - paystack.chargeCard() | ||
- [Ifeora Okechukwu <Software Engineer>](https://twitter.com/isocroft) | ||
- [Ahmad Abdul-Aziz <Software Engineer>](https://twitter.com/dev_amaz) | ||
- [Ifeora Okechukwu](https://twitter.com/isocroft) | ||
- [Ahmad Abdul-Aziz](https://twitter.com/dev_amaz) | ||
@@ -269,0 +274,0 @@ # Contributing |
@@ -13,2 +13,3 @@ 'use strict' | ||
const products = require('../endpoints/products.js') | ||
const transferRecipients = require('../endpoints/transfers_recipients.js'); | ||
const refunds = require('../endpoints/refunds.js') | ||
@@ -24,3 +25,3 @@ const charges = require('../endpoints/charges.js') | ||
/* Any param with '$' at the end is a REQUIRED param both for request body param(s) request route params */ | ||
/* Any param with '$' at the end is a REQUIRED param both for request body param(s) and request route params */ | ||
const apiEndpoints = Object.assign( | ||
@@ -42,2 +43,3 @@ {}, | ||
subscriptions, | ||
transferRecipients, | ||
controlPanelForSessions | ||
@@ -106,2 +108,3 @@ ) | ||
case 'HEAD': | ||
case 'DELETE': | ||
label = 'query' | ||
@@ -108,0 +111,0 @@ break |
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
46816
22
1240
289