Skip to content

Commit

Permalink
added orderDate for order deletion (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelianhan007 authored Nov 22, 2024
1 parent 0a93a9f commit 41d077b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ spec:
"id":"${entity.id}",
"relatedContactInformation": "${T(com.consoleconnect.kraken.operator.gateway.func.SpelFunc).appendSellerInformation(env.seller.role, env.seller.name, env.seller.emailAddress, env.seller.number, mefRequestBody.relatedContactInformation)}",
"productOrderItem": "${mefRequestBody.productOrderItem}",
"orderDate":"${T(com.consoleconnect.kraken.operator.core.toolkit.DateTime).nowInUTCFormatted()}",
"state": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ spec:
"id":"${entity.id}",
"relatedContactInformation": "${T(com.consoleconnect.kraken.operator.gateway.func.SpelFunc).appendSellerInformation(env.seller.role, env.seller.name, env.seller.emailAddress, env.seller.number, mefRequestBody.relatedContactInformation)}",
"productOrderItem": "${mefRequestBody.productOrderItem}",
"state": ""
"orderDate":"${T(com.consoleconnect.kraken.operator.core.toolkit.DateTime).nowInUTCFormatted()}",
"state": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ spec:
"id":"${entity.id}",
"relatedContactInformation": "${T(com.consoleconnect.kraken.operator.gateway.func.SpelFunc).appendSellerInformation(env.seller.role, env.seller.name, env.seller.emailAddress, env.seller.number, mefRequestBody.relatedContactInformation)}",
"productOrderItem": "${mefRequestBody.productOrderItem}",
"orderDate":"${T(com.consoleconnect.kraken.operator.core.toolkit.DateTime).nowInUTCFormatted()}",
"state": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ spec:
"id":"${entity.id}",
"relatedContactInformation": "${T(com.consoleconnect.kraken.operator.gateway.func.SpelFunc).appendSellerInformation(env.seller.role, env.seller.name, env.seller.emailAddress, env.seller.number, mefRequestBody.relatedContactInformation)}",
"productOrderItem": "${mefRequestBody.productOrderItem}",
"state": ""
"orderDate":"${T(com.consoleconnect.kraken.operator.core.toolkit.DateTime).nowInUTCFormatted()}",
"state": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
- classpath:/mef-sonata/mapping-matrix/mapping.matrix.inventory.eline.read.yaml
- classpath:/mef-sonata/mapping-matrix/mapping.matrix.inventory.uni.list.yaml
- classpath:/mef-sonata/mapping-matrix/mapping.matrix.inventory.eline.list.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.23.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.24.yaml


templateUpgradePaths:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
kind: kraken.product.template-upgrade
apiVersion: v1
metadata:
key: kraken.product.template-upgrade.1.5.22
name: V1.5.22
key: kraken.product.template-upgrade.1.5.24
name: V1.5.24
labels:
productSpec: grace
productVersion: V1.5.22
productVersion: V1.5.24
publishDate: 2024-11-22
description: |
Remove completionDate when state != completed.
Added orderDate for order deletion.
version: 2

0 comments on commit 41d077b

Please sign in to comment.