diff --git a/lib/resources/card.js b/lib/resources/card.js index 8c0b743b..583031d8 100644 --- a/lib/resources/card.js +++ b/lib/resources/card.js @@ -4,7 +4,7 @@ var cardModel = require('../models/cardModel'); /** * The cards class is the way to store card data of your customers safely to improve the shopping experience. * 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 */ var card = module.exports = { @@ -25,7 +25,7 @@ card.all = requestManager.describe({ /** * Get card from card's id and customer's id - * [Click here for more infos]{@link https://www.mercadopago.com.br/developers/en/reference/cards/_customers_customer_id_cards_id/get} + * [Click here for more infos]{@link https://www.mercadopago.com/developers/en/reference/cards/_customers_customer_id_cards_id/get} * @function get * @param {string} customer_id Customer ID * @param {string} id Card ID @@ -69,7 +69,7 @@ card.save = card.create; /** * Update card from customer id - * [Click here for more infos]{@link https://www.mercadopago.com.br/developers/en/reference/cards/_customers_customer_id_cards_id/put/} + * [Click here for more infos]{@link https://www.mercadopago.com/developers/en/reference/cards/_customers_customer_id_cards_id/put/} * @function update * @param {string} customer_id Customer ID * @param {string} id Card ID diff --git a/package.json b/package.json index b0e1dde0..e181f1a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "1.5.7", + "version": "1.5.8", "description": "Mercadopago SDK for Node.js", "main": "index.js", "scripts": {