Skip to content

Conversation

@StuartFerguson
Copy link
Member

No description provided.

Copy link
Member Author

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

Complexity increasing per file
==============================
- TransactionProcessor.BusinessLogic/EventHandling/TransactionDomainEventHandler.cs  8
- TransactionProcessor.Transaction.DomainEvents/MerchantFeeAddedToTransactionEvent.cs  1
- TransactionProcessor.Transaction.DomainEvents/ServiceProviderFeeAddedToTransactionEvent.cs  1
- TransactionProcessor.BusinessLogic/Manager/TransactionFeeToCalculate.cs  1
- TransactionProcessor.BusinessLogic/Manager/FeeCalculationManager.cs  4
- TransactionProcessor.Models/CalculatedFee.cs  1
- TransactionProcessor.BusinessLogic/EventHandling/DomainEventHandlerResolver.cs  4
- TransactionProcessor/Controllers/DomainEventController.cs  4
- TransactionProcessor/Startup.cs  2
         

Clones added
============
- TransactionProcessor.BusinessLogic/EventHandling/TransactionDomainEventHandler.cs  1
- TransactionProcessor.Transaction.DomainEvents/MerchantFeeAddedToTransactionEvent.cs  1
- TransactionProcessor.Transaction.DomainEvents/ServiceProviderFeeAddedToTransactionEvent.cs  1
         

See the complete overview on Codacy

/// <summary>
/// The controller name
/// </summary>
public const String ControllerName = "domainevents";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return;
}

this.TokenResponse = await this.GetToken(cancellationToken);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StuartFerguson StuartFerguson merged commit ac4d597 into master Aug 12, 2020
@StuartFerguson StuartFerguson deleted the task/#81_calculatetransactionfees branch July 28, 2021 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants