Skip to content

Commit

Permalink
Merge pull request #200 from mercadopago/fix/additionalPropertiesPaym…
Browse files Browse the repository at this point in the history
…entModel

Add additional Properties to Payment Model
  • Loading branch information
Nicholas Pedroso authored Jan 7, 2021
2 parents 4961c78 + 0400c88 commit f07dc22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/models/paymentModel.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* istanbul ignore next */
module.exports = {
additionalProperties: false, // Fails if an extra param is added to the model
additionalProperties: true, // Fails if an extra param is added to the model
properties: {
payer: {
type: 'object',
Expand Down Expand Up @@ -191,13 +191,13 @@ module.exports = {
}
}
},


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


receiver_address: {
type: 'object',
properties: {
Expand Down

0 comments on commit f07dc22

Please sign in to comment.