From db6a5c9d576206d0212189f0fde0c3bf245004fb Mon Sep 17 00:00:00 2001 From: Ricardo Saldarriaga <40249987+RicardoSaldarriagaPayco@users.noreply.github.com> Date: Fri, 7 Mar 2025 15:26:24 -0500 Subject: [PATCH 1/2] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b469e5c..6e232f1 100644 --- a/README.rst +++ b/README.rst @@ -276,8 +276,8 @@ Create "invoice": "147205", "description": "pay test", "value": "116000", - "tax": float("16000"), - "tax_base": float("100000"), + "tax": "16000", + "tax_base": "100000", "currency": "COP", "type_person": "0", "doc_type": "CC", From e334a6d92870662e70128cc8fac80bdae0086bf1 Mon Sep 17 00:00:00 2001 From: Ricardo Saldarriaga <40249987+RicardoSaldarriagaPayco@users.noreply.github.com> Date: Fri, 7 Mar 2025 15:29:57 -0500 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6e232f1..5b051a7 100644 --- a/README.rst +++ b/README.rst @@ -286,7 +286,7 @@ Create "last_name": "PAYCO", "email": "no-responder@payco.co", "country": "CO", - "cellPhone": "3010000001", + "cell_phone": "3010000001", "ip": "190.000.000.000", # This is the client's IP, it is required, "url_response": "https://tudominio.com/respuesta.php", "url_confirmation": "https://tudominio.com/confirmacion.php",