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