Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit bff6dd0

Browse files
authored
Merge pull request #46 from topcoder-platform/status_reason
fixed array
2 parents 6c117cc + 1800c0e commit bff6dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/com/topcoder/web/ejb/pacts/payments/PaymentStatusReason.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public enum AvailableStatusReason {
3737
EXPIRED_AD_REASON (new PaymentStatusReason(51l, "Expired assignment document")),
3838
ACCOUNT_STATUS_REASON (new PaymentStatusReason(52l, "Account status")),
3939
ATTACHED_TO_PARENT_REASON (new PaymentStatusReason(100l, "Attached to parent")),
40-
UNDER_AGE_REASON (new PaymentStatusReason(101l, "Member under 18"));
40+
UNDER_AGE_REASON (new PaymentStatusReason(101l, "Member under 18")),
4141
CREATED_BY_V5 (new PaymentStatusReason(500l, "Created by V5"));
4242

4343
/**

0 commit comments

Comments
 (0)