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

Commit 513a441

Browse files
committed
Revert "Add constants for v5 payment types"
This reverts commit c2d9d9e.
1 parent 62bccee commit 513a441

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,6 @@ 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-
152146
/**
153147
* <p>A <code>int</code> representing the payment id for test suites.</p>
154148
*

0 commit comments

Comments
 (0)