Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/adyen/services/posMobile/pos_mobile_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ def initialize(client, version = DEFAULT_VERSION)
end

# 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.
def create_communication_session(request, headers: {})
endpoint = build_endpoint('/sessions')

Expand Down
8 changes: 4 additions & 4 deletions sdk-generation-log/posmobile.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"service": "posmobile",
"project": "ruby",
"generatedAt": "2026-04-20T13:39:47Z",
"openapiCommitSha": "3550ecd3f320efaad6bee55ffed5122cb9ba09d5",
"automationCommitSha": "4ad0c0c7e87bc0e5994a9a3350a991d0691350bb",
"libraryCommitSha": "60ccdbdbbb7069d54600a8a8cd19eea245661134"
"generatedAt": "2026-06-01T09:44:54Z",
"openapiCommitSha": "c0822241f611e20376f72b279f2b3e67dea27a43",
"automationCommitSha": "6f06b47d0661f0891defe6b85461d2c367fbd284",
"libraryCommitSha": "c80f38ce8b02c80778053741d0e9175e8e530742"
}
Loading