Skip to content

Commit cc25806

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent f2c3406 commit cc25806

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

oas/checkout/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,8 @@ components:
14481448
format: "int32"
14491449
currencyCode:
14501450
type: "string"
1451+
CountryCode:
1452+
type: "string"
14511453
CreatedBy:
14521454
type: "object"
14531455
properties:
@@ -1459,6 +1461,8 @@ components:
14591461
$ref: '#/components/schemas/Reference'
14601462
anonymousId:
14611463
type: "string"
1464+
CurrencyCode:
1465+
type: "string"
14621466
LastModifiedBy:
14631467
type: "object"
14641468
properties:
@@ -1478,6 +1482,8 @@ components:
14781482
$ref: '#/components/schemas/Reference'
14791483
isPlatformClient:
14801484
type: "boolean"
1485+
Locale:
1486+
type: "string"
14811487
LocalizedString:
14821488
type: "object"
14831489
required:

0 commit comments

Comments
 (0)