From de5c73e4d0dadc84ad42436a561280e31cf1dd8f Mon Sep 17 00:00:00 2001 From: Cristian Piero Date: Wed, 9 Aug 2017 15:53:26 -0300 Subject: [PATCH] =?UTF-8?q?Erro=20de=20digita=C3=A7=C3=A3o=20no=20campo=20?= =?UTF-8?q?delivery=5Faddress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cieloApi3/customer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cieloApi3/customer.py b/cieloApi3/customer.py index 9df26c5..241767d 100644 --- a/cieloApi3/customer.py +++ b/cieloApi3/customer.py @@ -9,4 +9,4 @@ def __init__(self, name): self.identity = None self.identity_type = None self.address = None - self.delivery_adress = None + self.delivery_address = None