From 36059e6011d9d2dcf18d9e766f05a618b8fbc2ca Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Thu, 28 May 2026 09:02:03 +0000 Subject: [PATCH] [posmobile] Automated update from Adyen/adyen-openapi@1e3919b --- 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..18d35e61 --- /dev/null +++ b/sdk-generation-log/posmobile.json @@ -0,0 +1,8 @@ +{ + "service": "posmobile", + "project": "python", + "generatedAt": "2026-05-28T09:02:02Z", + "openapiCommitSha": "1e3919b0fb3a780c92f1b11f8ca3d829a641066c", + "automationCommitSha": "6f06b47d0661f0891defe6b85461d2c367fbd284", + "libraryCommitSha": "20da67d74d66b555a063b507ab54fe0ad7e1f3e5" +}