fintoc
Advanced tools
@@ -11,2 +11,7 @@ """Module to hold the payment_intents manager.""" | ||
| resource = "payment_intent" | ||
| methods = ["list", "get", "create"] | ||
| methods = ["list", "get", "create", "expire"] | ||
| def _expire(self, identifier, **kwargs): | ||
| """Expire a payment intent.""" | ||
| path = f"{self._build_path(**kwargs)}/{identifier}/expire" | ||
| return self._create(path_=path, **kwargs) |
| """Module to hold the version utilities.""" | ||
| version_info = (2, 9, 0) | ||
| version_info = (2, 10, 0) | ||
| __version__ = ".".join([str(x) for x in version_info]) |
+1
-1
| Metadata-Version: 2.3 | ||
| Name: fintoc | ||
| Version: 2.9.0 | ||
| Version: 2.10.0 | ||
| Summary: The official Python client for the Fintoc API. | ||
@@ -5,0 +5,0 @@ License: BSD-3-Clause |
+1
-1
| [tool.poetry] | ||
| name = "fintoc" | ||
| version = "2.9.0" | ||
| version = "2.10.0" | ||
| description = "The official Python client for the Fintoc API." | ||
@@ -5,0 +5,0 @@ authors = ["Daniel Leal <daniel@fintoc.com>", "Nebil Kawas <nebil@uc.cl>"] |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
72996
0.3%1306
0.31%