Skip to content

Commit

Permalink
Adjust url of SDK documentation and versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
eltinMeli committed Jun 14, 2021
1 parent 4c2c416 commit 7e51eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/resources/card.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mercadopago",
"version": "1.5.7",
"version": "1.5.8",
"description": "Mercadopago SDK for Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7e51eb5

Please sign in to comment.