CalculatePaymentFee Session Error#679
Closed
fetullahyldz wants to merge 110 commits into
Closed
Conversation
* Renamed brandIs to brandIds * Renamed appySort() to applySort()
Replace Bower by LibMan
* Refactor localization configurations & models
* Add Entity Framework request culture provider
* Add language direction
* Add & fix missing metadata in modules manifest * Refactor loading modules
* Changing static 'reviews' text in ProductThumbnail to @localizer["reviews"] * Added static text 'Add to Compare' to Localizator * Added static text 'Not Available' to Localizator * Added static text 'You save' to Localizator * Replace static text 'Apply' in Cart/Index.xshtml with Localizator (Translation already exists) * Replace static text 'Submit' with Localizer * Replace static text 'Register' with Localizer (Text is already translated) * Replace static text 'All Categories' with Localizer * Replace static text 'Search here...' with Localizer
* Add macOS and Windows and run tests * Add Azure Pipelines build badge
* Add UserSettings
Contributor
|
This PR seems not right. Why pull request to modular-ui? |
* Upgrade to 2.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm doing the installment process at the Calculate Payment Fee and the code structure is as follows
private decimal CalculatePaymentFee(decimal total)
{