incomplete transactions should not be internal
This commit is contained in:
parent
3a5d0a90ef
commit
1a6183ba9d
@ -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; } = "";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user