mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 12:20:24 -04:00
Merge pull request #953 from mewtaylor/issue/smarty-streets-strict
[Master] Hotfix: loosen restrictions on smartystreets check
This commit is contained in:
commit
ffb84874f2
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue