Skip to content

Commit 6cff11e

Browse files
authored
Merge pull request #40 from andrextor/release/v0.1.7
Release/v0.1.7
2 parents 7461898 + 3763307 commit 6cff11e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ from checkout import Checkout, RedirectRequest
4848

4949
checkout = Checkout({
5050
"base_url": "https://checkout-co.placetopay.dev/",
51-
"login": "e3bba31e633c32c48011a4a70ff60497",
52-
"tranKey": "ak5N6IPH2kjljHG3",
51+
"login": "your_login",
52+
"tranKey": "your_trankey",
5353
})
5454
```
5555

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "checkout-p2p"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Python library for PlaceToPay Checkout integration."
55
authors = ["Iván Andrés López Gómez <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)