Skip to content

Commit

Permalink
feat: Added Transaction Id and Outer Id on Refund details blade.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegoO committed Sep 28, 2023
1 parent ebe88a6 commit 04ec875
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/VirtoCommerce.OrdersModule.Web/Scripts/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,18 @@ angular.module(moduleName, [
isReadOnly: true,
title: "orders.blades.payment-detail.labels.from",
valueType: "DateTime"
},
{
name: 'transactionId',
isReadOnly: true,
title: "orders.blades.refund-detail.labels.transactionId",
valueType: "ShortText"
},
{
name: 'outerId',
isReadOnly: true,
title: "orders.blades.refund-detail.labels.outerId",
valueType: "ShortText"
}
]
}
Expand Down

0 comments on commit 04ec875

Please sign in to comment.