Skip to content

Instantly share code, notes, and snippets.

@ShariqT
Created November 19, 2021 05:14
Show Gist options
  • Save ShariqT/2ea626ec445358dc2302107cb4e1518e to your computer and use it in GitHub Desktop.
Save ShariqT/2ea626ec445358dc2302107cb4e1518e to your computer and use it in GitHub Desktop.
verify.js
Lob.usVerifications.verify(
{
primary_line: toAddress.address_line1,
city: toAddress.address_city,
state: toAddress.address_state,
},
function (err, res) {
if (err) reject(new Error(err));
resolve(res);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment