Skip to content

Commit

Permalink
Add additional evidence type for evidence description
Browse files Browse the repository at this point in the history
  • Loading branch information
ginovski committed Aug 1, 2018
1 parent 6df425f commit ea51e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-subscriptions-braintree",
"version": "1.7.1",
"version": "1.7.3",
"description": "Braintree processor for mongoose-subscriptions",
"main": "src/index.js",
"repository": "[email protected]:enhancv/mongoose-subscriptions-braintree.git",
Expand Down
1 change: 1 addition & 0 deletions src/customerProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function processorFields(customer) {
additionalEvidenceCountry: customer.defaultPaymentMethod
? get("countryCode", customer.defaultPaymentMethod())
: null,
additionalEvidenceType: "PayPal account country code",
},
};
}
Expand Down

0 comments on commit ea51e9a

Please sign in to comment.