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

Commit 6c117cc

Browse files
authored
Merge pull request #45 from topcoder-platform/status_reason
fixing status reason ID
2 parents 0c22a2c + efcc732 commit 6c117cc

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
@@ -38,7 +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"));
41+
CREATED_BY_V5 (new PaymentStatusReason(500l, "Created by V5"));
4242

4343
/**
4444
* The PaymentStatusReason attached to the enum element

0 commit comments

Comments
 (0)