From 8dedab633d7aa0dec46df622e854c9fb1891bf1a Mon Sep 17 00:00:00 2001 From: Erez Sobel Date: Wed, 30 Oct 2019 12:35:49 +0100 Subject: [PATCH] feat(payment_options): add discrepancy account property (#279) --- lib/v0/payment_options/base.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/v0/payment_options/base.js b/lib/v0/payment_options/base.js index 5afc0e3b8..2cbb32fc3 100644 --- a/lib/v0/payment_options/base.js +++ b/lib/v0/payment_options/base.js @@ -57,6 +57,16 @@ module.exports = { } ] }, + discrepancy_account: { + anyOf: [ + { + type: 'string' + }, + { + type: 'null' + } + ] + }, accounts: { description: 'DEPRECATED: do not use', anyOf: [