Skip to content

Commit 6d3881a

Browse files
author
lubos.zlatohlavek
committed
triv: #23799 changed simple status
1 parent 89b4071 commit 6d3881a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tatrapayplus-python"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "Python package for Tatrapay+ payment gateway."
55
authors = [{ name = "SmartBase s.r.o.", email = "info@smartbase.sk" }]
66
readme = "README.md"

tatrapayplus/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def identify_card_type(card_num: Union[str, int]) -> str:
5353

5454
payment_method_statuses: dict[PaymentMethod, dict[str, list[Any]]] = {
5555
PaymentMethod.QR_PAY: {
56-
"capture": [BankTransferStatus.ACSC, BankTransferStatus.ACCC],
56+
"capture": [BankTransferStatus.ACCC],
5757
"rejected": [BankTransferStatus.CANC, BankTransferStatus.RJCT],
5858
"authorized": [],
5959
},

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)