Merge pull request from mewtaylor/issue/smarty-streets-strict

[Master] Hotfix: loosen restrictions on smartystreets check
This commit is contained in:
Matthew Taylor 2016-10-11 23:04:18 -04:00 committed by GitHub
commit ffb84874f2

View file

@ -4,7 +4,7 @@ var api = require('./api');
module.exports = function smartyStreetApi (params, callback) {
defaults(params, {
'auth-id': process.env.SMARTY_STREETS_API_KEY,
'match': 'range'
'match': 'invalid'
});
api({
host: 'https://api.smartystreets.com',