Skip to content

Commit 1a0b71a

Browse files
[sessionauthentication] Automated update from Adyen/adyen-openapi@3550ecd
1 parent 60ccdbd commit 1a0b71a

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

lib/adyen/services/sessionAuthentication/session_authentication_api.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ def initialize(client, version = DEFAULT_VERSION)
1414

1515
# Create a session token
1616
def create_authentication_session(request, headers: {})
17-
endpoint = '/sessions'.gsub(/{.+?}/, '%s')
18-
endpoint = endpoint.gsub(%r{^/}, '')
19-
endpoint = format(endpoint)
17+
endpoint = build_endpoint('/sessions')
2018

2119
action = { method: 'post', url: endpoint }
2220
@client.call_adyen_api(@service, action, request, headers, @version)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"service": "sessionauthentication",
3+
"project": "ruby",
4+
"generatedAt": "2026-04-20T13:39:49Z",
5+
"openapiCommitSha": "3550ecd3f320efaad6bee55ffed5122cb9ba09d5",
6+
"automationCommitSha": "4ad0c0c7e87bc0e5994a9a3350a991d0691350bb",
7+
"libraryCommitSha": "60ccdbdbbb7069d54600a8a8cd19eea245661134"
8+
}

0 commit comments

Comments
 (0)