diff --git a/lob/resource.py b/lob/resource.py index 8527763..3aeca3c 100644 --- a/lob/resource.py +++ b/lob/resource.py @@ -8,9 +8,11 @@ def lob_format(resp): 'area': Area, 'bank_account': BankAccount, 'check': Check, + 'country': Country, 'job': Job, 'object': Object, - 'postcard': Postcard + 'postcard': Postcard, + 'state': State } #Change Keys for To/From