Skip to content

Commit ba3c733

Browse files
committed
correction for Issue #117
1 parent df50710 commit ba3c733

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/net/authorize/data/xml/reporting/SettlementStateType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
*/
66
public enum SettlementStateType {
77
SETTLED_SUCCESSFULLY("settledSuccessfully"),
8-
ERROR("error");
8+
ERROR("settlementError");
9+
PENDING_SETTLEMENT("pendingSettlement");
910

1011
private final String value;
1112

0 commit comments

Comments
 (0)