OVPAY-1637 - "ovPayTokenId" is a query param, not a path param.
This commit is contained in:
parent
bd67e51713
commit
d9bfbe4c3d
@ -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",
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user