Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

paystack-node

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paystack-node - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

src/endpoints/transfers_recipients.js

6

CHANGELOG.md

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

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc