From 73d289f44486bfb54b451cc3ed6f6498b3c4bee4 Mon Sep 17 00:00:00 2001 From: Grayson Chao Date: Fri, 17 Oct 2014 11:17:40 -0700 Subject: [PATCH] Add states and countries to resource types --- lob/resource.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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