From bec2e990fb8482d17466c8ac363b224f450aa678 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Tue, 13 May 2025 17:06:53 +0200 Subject: [PATCH] OVPAY-1742 - Stasjo. --- src/openapi/customers/SE-customers.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openapi/customers/SE-customers.yaml b/src/openapi/customers/SE-customers.yaml index 3fa1d14..61f1c92 100644 --- a/src/openapi/customers/SE-customers.yaml +++ b/src/openapi/customers/SE-customers.yaml @@ -2100,7 +2100,7 @@ paths: $ref: "#/components/schemas/CompareRequest" examples: Compare with an existing OVpay token: - value: { "ovPayTokenId": 2 } + value: { "ovPayTokenId": 1 } Compare with an xBOT: value: { "xBot": "e35977b2-52bb-48ef-aca8-297b2c1d5058" } Compare with an xTAT: @@ -2113,7 +2113,7 @@ paths: Complete request body (for development only): value: { - "ovPayTokenId": 2, + "ovPayTokenId": 1, "xBot": "e35977b2-52bb-48ef-aca8-297b2c1d5058", "xTat": "e35977b2-52bb-48ef-aca8-297b2c1d5058", "serviceReferenceId": "NLOV1234567ABCDEFG", @@ -2698,7 +2698,7 @@ paths: value: { "customerProfileId": 1, - "ovPayTokenId": 1, + "ovPayTokenId": 2, "xTat": "e7fa3392-646b-40e2-95a6-c417dc0b0969", "tokenType": { "tokenTypeId": 2, "name": "OV-pas physical" },