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

Commit 0c22a2c

Browse files
authored
Merge pull request #44 from topcoder-platform/status_reason
added status reason
2 parents bee14e2 + 23cb829 commit 0c22a2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public enum AvailableStatusReason {
3838
ACCOUNT_STATUS_REASON (new PaymentStatusReason(52l, "Account status")),
3939
ATTACHED_TO_PARENT_REASON (new PaymentStatusReason(100l, "Attached to parent")),
4040
UNDER_AGE_REASON (new PaymentStatusReason(101l, "Member under 18"));
41+
CREATED_BY_V5 (new PaymentStatusReason(500, "Created by V5"));
4142

4243
/**
4344
* The PaymentStatusReason attached to the enum element

0 commit comments

Comments
 (0)