incomplete transactions should not be internal
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
namespace EDPlayerJournal.BGS;
|
||||
internal class IncompleteTransaction : Transaction {
|
||||
namespace EDPlayerJournal.BGS;
|
||||
|
||||
public class IncompleteTransaction : Transaction {
|
||||
public Transaction? UnderlyingTransaction { get; set; } = null;
|
||||
public string Reason { get; set; } = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user