Skip to content

Commit

Permalink
fix update CloseTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegoO committed Dec 5, 2023
1 parent 9e3465c commit 7c457e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VirtoCommerce.OrdersModule.Data/Model/CaptureEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public override void Patch(OperationEntity target)
capture.TransactionId = TransactionId;
capture.Amount = Amount;
capture.CustomerOrderId = CustomerOrderId;
capture.CloseTransaction = CloseTransaction;

if (!Items.IsNullCollection())
{
Expand Down

0 comments on commit 7c457e6

Please sign in to comment.