mercadopago
Advanced tools
Comparing version 1.5.7 to 1.5.8
@@ -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", |
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
2462790
187
8211