From d9bfbe4c3dc0f7a66aca8d1668e8b1b5a3e16a42 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Wed, 12 Mar 2025 16:39:51 +0100 Subject: [PATCH] OVPAY-1637 - "ovPayTokenId" is a query param, not a path param. --- src/openapi/contracts/contracts-se.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openapi/contracts/contracts-se.yaml b/src/openapi/contracts/contracts-se.yaml index 1e6b668..9eada74 100644 --- a/src/openapi/contracts/contracts-se.yaml +++ b/src/openapi/contracts/contracts-se.yaml @@ -48,7 +48,7 @@ paths: { "get_token": { - "href": "https://api.integratielaag.nl/abt/touchpoint/1.0/customers/tokens/1337", + "href": "https://api.integratielaag.nl/abt/touchpoint/1.0/tokens?ovPayTokenId=1337", "method": "GET", }, }, @@ -71,7 +71,7 @@ paths: { "get_token": { - "href": "https://api.integratielaag.nl/abt/touchpoint/1.0/customers/tokens/1338", + "href": "https://api.integratielaag.nl/abt/touchpoint/1.0/tokens?ovPayTokenId=1338", "method": "GET", }, }, @@ -200,7 +200,7 @@ paths: { "get_token": { - "href": "https://api.integratielaag.nl/abt/touchpoint/1.0/customers/tokens/1337", + "href": "https://api.integratielaag.nl/abt/touchpoint/1.0/tokens?ovPayTokenId=1337", "method": "GET", }, },