Skip to content

Commit

Permalink
feat(payment_options): add discrepancy account property (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsob committed Oct 30, 2019
1 parent 13c9445 commit 8dedab6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/v0/payment_options/base.js
Expand Up @@ -57,6 +57,16 @@ module.exports = {
}
]
},
discrepancy_account: {
anyOf: [
{
type: 'string'
},
{
type: 'null'
}
]
},
accounts: {
description: 'DEPRECATED: do not use',
anyOf: [
Expand Down

0 comments on commit 8dedab6

Please sign in to comment.