Skip to content

Commit 8a47b04

Browse files
author
Robot Media
committed
Added toString to Transaction. Closes robotmedia#26
1 parent 0289ee7 commit 8a47b04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AndroidBillingLibrary/src/net/robotmedia/billing/model/Transaction.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ public boolean equals(Object obj) {
123123
return true;
124124
}
125125

126-
126+
@Override
127+
public String toString() {
128+
return String.valueOf(orderId);
129+
}
127130

128131
}

0 commit comments

Comments
 (0)