From 536139508315b564a43f6b75cd9f34b9d4cd05dd Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Tue, 5 May 2026 15:07:52 +0000 Subject: [PATCH] [posmobile] Automated update from Adyen/adyen-openapi@7824ebf --- Adyen/services/posMobile/pos_mobile_api.py | 3 +++ sdk-generation-log/posmobile.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 sdk-generation-log/posmobile.json diff --git a/Adyen/services/posMobile/pos_mobile_api.py b/Adyen/services/posMobile/pos_mobile_api.py index 3e11043..863f8af 100644 --- a/Adyen/services/posMobile/pos_mobile_api.py +++ b/Adyen/services/posMobile/pos_mobile_api.py @@ -16,6 +16,9 @@ def __init__(self, client=None): def create_communication_session(self, request, idempotency_key=None, **kwargs): """ Create a communication session + + Deprecated since POS Mobile API v68 + Use POST [/auth/certificate](https://docs.adyen.com/api-explorer/softpos-configuration-api/latest/post/auth/certificate) to establish secure communications. """ endpoint = self.baseUrl + "/sessions" method = "POST" diff --git a/sdk-generation-log/posmobile.json b/sdk-generation-log/posmobile.json new file mode 100644 index 0000000..e0a03eb --- /dev/null +++ b/sdk-generation-log/posmobile.json @@ -0,0 +1,8 @@ +{ + "service": "posmobile", + "project": "python", + "generatedAt": "2026-05-05T15:07:51Z", + "openapiCommitSha": "7824ebf60ac8c780120e550d6495a8f02e409859", + "automationCommitSha": "0b7ef4e0ed6a7963ab005efe76eab748250edafc", + "libraryCommitSha": "ee1c36b4cd52298171022cb48352c7fb7caae39f" +}