about summary refs log tree commit diff stats
path: root/src/Item/RegisterTransaction.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Item/RegisterTransaction.php')
-rw-r--r--src/Item/RegisterTransaction.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Item/RegisterTransaction.php b/src/Item/RegisterTransaction.php
index b676640..3c9842a 100644
--- a/src/Item/RegisterTransaction.php
+++ b/src/Item/RegisterTransaction.php
@@ -11,5 +11,6 @@ class RegisterTransaction {
     public $memo;
     public $out;
     public $in;
-    public $cleared = false;
+    public $currency;
+    public $cleared;
 }