Skip to content

Commit 60cd63e

Browse files
author
Sunny Raj Rathod
authored
Merge pull request #118 from adavidw/117
correction to SettlementStateType
2 parents 0dd72d4 + ffee963 commit 60cd63e

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)