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

mercadopago

Package Overview
Dependencies
Maintainers
7
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mercadopago - npm Package Compare versions

Comparing version 1.5.7 to 1.5.8

test/card.js

9

lib/resources/card.js

@@ -7,3 +7,3 @@ var requestManager = require('../request-manager');

* This will allow your customers to complete their purchases much faster and easily, since they will not have to complete their card data again.
* This class must be used in conjunction with the [Customer class.]{@link https://www.mercadopago.com.br/developers/en/guides/online-payments/web-tokenize-checkout/customers-and-cards}
* This class must be used in conjunction with the [Customer class.]{@link https://www.mercadopago.com/developers/en/guides/online-payments/web-tokenize-checkout/customers-and-cards}
* @namespace card

@@ -29,3 +29,3 @@ */

* Get card from card's id and customer's id
* [Click here for more infos]{@link https://www.mercadopago.com/developers/en/reference/cards/_customers_customer_id_cards/get/}
* [Click here for more infos]{@link https://www.mercadopago.com/developers/en/reference/cards/_customers_customer_id_cards_id/get}
* @function get

@@ -43,2 +43,3 @@ * @param {string} customer_id Customer ID

* Get card from card's id and customer's id
* [Click here for more infos]{@link https://www.mercadopago.com/developers/en/reference/cards/_customers_customer_id_cards/get/}
* @function findById

@@ -77,6 +78,7 @@ * @param {string} customer_id Customer ID

* @param {string} customer_id Customer ID
* @param {string} id Card ID
* @memberof card
*/
card.update = requestManager.describe({
path: '/v1/customers/:customer_id/cards',
path: '/v1/customers/:customer_id/cards/:id',
method: 'PUT'

@@ -90,2 +92,3 @@ });

* @param {string} customer_id Customer ID
* @param {string} id Card ID
* @memberof card

@@ -92,0 +95,0 @@ */

{
"name": "mercadopago",
"version": "1.5.7",
"version": "1.5.8",
"description": "Mercadopago SDK for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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