updated touchpoint id in response to nested object
This commit is contained in:
parent
b33c8308b7
commit
1a8497ae70
@ -129,7 +129,10 @@ paths:
|
|||||||
"orderNumber": "123456",
|
"orderNumber": "123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
"touchPointId": 1,
|
"touchPoint":{
|
||||||
|
"touchpointId": 1,
|
||||||
|
"name": "Perplex"
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -243,7 +246,10 @@ paths:
|
|||||||
"name": "ideal",
|
"name": "ideal",
|
||||||
"provider": "Buckaroo",
|
"provider": "Buckaroo",
|
||||||
},
|
},
|
||||||
"touchPointId": 1,
|
"touchPoint":{
|
||||||
|
"touchpointId": 1,
|
||||||
|
"name": "Perplex"
|
||||||
|
},
|
||||||
"isRefund": false,
|
"isRefund": false,
|
||||||
"htmPaymentReference": "HTM-1234",
|
"htmPaymentReference": "HTM-1234",
|
||||||
"pspPaymentReference": "Buckaroo-1234",
|
"pspPaymentReference": "Buckaroo-1234",
|
||||||
@ -476,7 +482,10 @@ paths:
|
|||||||
"orderNumber": "123456",
|
"orderNumber": "123456",
|
||||||
"customerProfileId": 1337,
|
"customerProfileId": 1337,
|
||||||
"totalAmount": 121,
|
"totalAmount": 121,
|
||||||
"touchPointId": 1,
|
"touchPoint":{
|
||||||
|
"touchpointId": 1,
|
||||||
|
"name": "Perplex"
|
||||||
|
},
|
||||||
"language":
|
"language":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"languageId": 1,
|
||||||
@ -579,7 +588,10 @@ paths:
|
|||||||
"name": "ideal",
|
"name": "ideal",
|
||||||
"provider": "Buckaroo",
|
"provider": "Buckaroo",
|
||||||
},
|
},
|
||||||
"touchPointId": 1,
|
"touchPoint":{
|
||||||
|
"touchpointId": 1,
|
||||||
|
"name": "Perplex"
|
||||||
|
},
|
||||||
"isRefund": false,
|
"isRefund": false,
|
||||||
"htmPaymentReference": "HTM-1234",
|
"htmPaymentReference": "HTM-1234",
|
||||||
"pspPaymentReference": "Buckaroo-1234",
|
"pspPaymentReference": "Buckaroo-1234",
|
||||||
@ -1684,7 +1696,10 @@ paths:
|
|||||||
"name": "ideal",
|
"name": "ideal",
|
||||||
"provider": "Buckaroo",
|
"provider": "Buckaroo",
|
||||||
},
|
},
|
||||||
"touchPointId": 1,
|
"touchPoint":{
|
||||||
|
"touchpointId": 1,
|
||||||
|
"name": "Perplex"
|
||||||
|
},
|
||||||
"isRefund": false,
|
"isRefund": false,
|
||||||
"htmPaymentReference": "HTM-1234",
|
"htmPaymentReference": "HTM-1234",
|
||||||
"pspPaymentReference": "Buckaroo-1234",
|
"pspPaymentReference": "Buckaroo-1234",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user