Skip to content

Commit

Permalink
Merge pull request #482 from nofrixion/feature/MOOV-4061-last-editor-…
Browse files Browse the repository at this point in the history
…cant-authorise

Removed CreatorCantAuthorise and renamed EditorCantAuthorise to LastEditorCantAuthorise
  • Loading branch information
donalnofrixion authored Jan 3, 2025
2 parents c782470 + 6711acf commit 059a3de
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ public class MerchantAuthorisationSetting

public int NumberOfAuthorisers { get; set; }

public bool CreatorCantAuthorise { get; set; }

public bool EditorCantAuthorise { get; set; }
public bool LastEditorCantAuthorise { get; set; }

public AuthorisationType AuthorisationType { get; set; }

Expand Down

0 comments on commit 059a3de

Please sign in to comment.