Skip to content

Commit

Permalink
Merge pull request #197 from mercadopago/release/1.5.1
Browse files Browse the repository at this point in the history
Release 1.5.1
  • Loading branch information
Nicholas Pedroso authored Nov 18, 2020
2 parents 4feecd0 + 48b722c commit 81e3040
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
40 changes: 24 additions & 16 deletions lib/models/paymentModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,29 +191,37 @@ module.exports = {
}
}
},


shipments: {
type: 'object',
properties: {


receiver_address: {
type: 'string'
},
zip_code: {
type: 'string'
},
street_name: {
type: 'string'
},
street_number: {
type: 'integer'
},
floor: {
type: 'number'
},
apartment: {
type: 'string'
type: 'object',
properties: {
zip_code: {
type: 'string'
},
street_name: {
type: 'string'
},
street_number: {
type: 'integer'
},
floor: {
type: 'number'
},
apartment: {
type: 'string'
}
}
}
}
}


}
},
transaction_details: {
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.0",
"version": "1.5.1",
"description": "Mercadopago SDK for Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 81e3040

Please sign in to comment.