From 24d7d4f255239a393e011017f9dbab47621148c7 Mon Sep 17 00:00:00 2001 From: ivan andres Date: Mon, 16 Dec 2024 16:06:12 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c06a4b6..510b8f9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ This project is a Python library inspired by the [PlaceToPay PHP Redirection Lib --- +## Integration demo + +[Replit Checkout P2P Demo](https://replit.com/@ialopez11012/PlaceToPay-Web-Checkout-Integration-Demo?v=1) + + + ## Documentation See the [Web Checkout API docs](https://docs.placetopay.dev/en/checkout). From d350cbd3f04e1091153a5b1dbaa4b8a564b1dbbe Mon Sep 17 00:00:00 2001 From: ivan andres Date: Mon, 16 Dec 2024 16:21:16 -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 839a46a..0dcfd46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkout-p2p" -version = "0.1.5" +version = "0.1.6" description = "Python library for PlaceToPay Checkout integration." authors = ["Iván Andrés López Gómez "] license = "MIT"