Fixed saldo product example (now 1 cent instead of 100 cent)
This commit is contained in:
parent
c9bd3ed72d
commit
d2ffe35513
@ -1674,8 +1674,8 @@ paths:
|
||||
"isArchived": false,
|
||||
"gboPackageTemplateId": null,
|
||||
"tapConnectProductCode": null,
|
||||
"productName": "OV-pas saldo (1 euro)",
|
||||
"productDescription": "1 euro saldo voor de OV-pas ",
|
||||
"productName": "OV-pas saldo (1 eurocent)",
|
||||
"productDescription": "1 eurocent saldo voor de OV-pas ",
|
||||
"validityPeriod": {
|
||||
"validityPeriodId": 123,
|
||||
"fromInclusive": "2023-12-31T23:00:00.000+00:00",
|
||||
@ -1684,8 +1684,8 @@ paths:
|
||||
"productTranslations": [
|
||||
{
|
||||
"language": "en",
|
||||
"name": "OV-pas credit (1 euro)",
|
||||
"description": "1 euro credit for the OV-pas"
|
||||
"name": "OV-pas credit (1 eurocent)",
|
||||
"description": "1 eurocent credit for the OV-pas"
|
||||
}
|
||||
],
|
||||
"productOwner": {
|
||||
@ -1781,7 +1781,7 @@ paths:
|
||||
"taxCode": null,
|
||||
"taxPercentage": null,
|
||||
"amountExclTax": null,
|
||||
"amountInclTax": 100,
|
||||
"amountInclTax": 1,
|
||||
"fromInclusive": "2024-09-30T23:00:00.000+00:00",
|
||||
"toInclusive": "2099-12-30T23:00:00.000+00:00",
|
||||
"internalPrice": 0.0000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user