-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update address in example req * update changelog and version
- Loading branch information
1 parent
01bc6c8
commit 2158140
Showing
4 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,11 @@ async function getFrom() { | |
name: 'Harry Zhang', | ||
email: '[email protected]', | ||
phone: '5555555555', | ||
address_line1: '210 KING ST', | ||
address_line1: '2261 MARKET ST', | ||
address_line2: '', | ||
address_city: 'SAN FRANCISCO', | ||
address_state: 'CA', | ||
address_zip: '94107' | ||
address_zip: '94114' | ||
}); | ||
|
||
return from_address.id; | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"Lob.com", | ||
"printing" | ||
], | ||
"version": "6.6.3", | ||
"version": "6.6.4", | ||
"homepage": "https://github.com/lob/lob-node", | ||
"author": "Lob <[email protected]> (https://lob.com/)", | ||
"dependencies": { | ||
|