From c3926c057c9ca7f7daf254ae3712693317b80673 Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Tue, 19 May 2026 12:23:06 +0000 Subject: [PATCH] [posmobile] Automated update from Adyen/adyen-openapi@75b5618 --- 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 3e11043a..863f8af4 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 00000000..dd8b9e48 --- /dev/null +++ b/sdk-generation-log/posmobile.json @@ -0,0 +1,8 @@ +{ + "service": "posmobile", + "project": "python", + "generatedAt": "2026-05-19T12:23:06Z", + "openapiCommitSha": "75b5618c8524d3adf4c19c365400d017320c85e0", + "automationCommitSha": "6f06b47d0661f0891defe6b85461d2c367fbd284", + "libraryCommitSha": "ee1c36b4cd52298171022cb48352c7fb7caae39f" +}