Skip to content

Commit c0a62bf

Browse files
author
Sunny Raj Rathod
authored
Update SettlementStateType.java
1 parent 60cd63e commit c0a62bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

1111
private final String value;

0 commit comments

Comments
 (0)