Skip to content

Commit 664e77a

Browse files
small update
1 parent fc51ac0 commit 664e77a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

TransactionProcessor.BusinessLogic/Services/TransactionDomainService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ public async Task<ProcessSaleTransactionResponse> ProcessSaleTransaction(Guid tr
255255
try
256256
{
257257
(EstateResponse estate, MerchantResponse merchant) validateTransactionResponse = await this.ValidateTransaction(estateId, merchantId, cancellationToken);
258-
EstateResponse estate = validateTransactionResponse.estate;
259258
MerchantResponse merchant = validateTransactionResponse.merchant;
260259

261260
// Device Validation

0 commit comments

Comments
 (0)