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.
Line 318: add changeFee functionality, sets cost of payable change functions for entities
Line 320: update mapping to store entities by ETH address instead of uint256 filing number
Line 325: add ETH address to Entity structure
Line 336: add annualFee functionality to track if entity paid annual fee
Line 367: add changeFee to constructor
Line 391: address of entity is msg.sender
Line 396: annualFee bool defaults “false” until annual fee is paid with function “payAnnualFee”
Line 400, 412: add ETH address and annualFee bool to structure
Line 439, 446, 453, 459, 467, 474, 478: add payable to change functions, change functions charge “changeFee”, “msg.sender” can only make changes to “msg.sender” entity