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

Commit c2d9d9e

Browse files
authored
Add constants for v5 payment types
1 parent bff6dd0 commit c2d9d9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/com/topcoder/web/ejb/pacts/Constants.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@ public interface Constants {
143143
public static final int SPECIFICATION_CONTEST_PAYMENT = 42;
144144
public static final int CONCEPTUALIZATION_CONTEST_PAYMENT = 43;
145145

146+
// Added to support V5 Tasks
147+
public static final int TASK_PAYMENT = 72;
148+
public static final int TASK_REVIEW_PAYMENT = 73;
149+
public static final int TASK_COPILOT_PAYMENT = 74;
150+
151+
146152
/**
147153
* <p>A <code>int</code> representing the payment id for test suites.</p>
148154
*

0 commit comments

Comments
 (0)