From 14bbcaab7941d470c3624cc2bb36d0b1f123edb4 Mon Sep 17 00:00:00 2001 From: ivan andres Date: Mon, 16 Dec 2024 16:34:30 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 510b8f9..35aba5b 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ from checkout import Checkout, RedirectRequest checkout = Checkout({ "base_url": "https://checkout-co.placetopay.dev/", - "login": "e3bba31e633c32c48011a4a70ff60497", - "tranKey": "ak5N6IPH2kjljHG3", + "login": "your_login", + "tranKey": "your_trankey", }) ``` From 3763307cee72354e9ff8d1608949f1e814ce6d54 Mon Sep 17 00:00:00 2001 From: ivan andres Date: Mon, 16 Dec 2024 16:37:15 -0500 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0dcfd46..435895a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkout-p2p" -version = "0.1.6" +version = "0.1.7" description = "Python library for PlaceToPay Checkout integration." authors = ["Iván Andrés López Gómez "] license = "MIT"