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

Commit 62bccee

Browse files
committed
Revert "return reference ID for v5 task payment types."
This reverts commit 9a5e72a.
1 parent c3e0d81 commit 62bccee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,6 @@ public static int getReferenceTypeId(int paymentType) {
287287
return REFERENCE_COMPONENT_PROJECT_ID;
288288
case STUDIO_SPECIFICATION_WRITING_PAYMENT:
289289
return REFERENCE_STUDIO_CONTEST_ID;
290-
case TASK_PAYMENT:
291-
case TASK_REVIEW_PAYMENT:
292-
case TASK_COPILOT_PAYMENT:
293290
default:
294291
return NO_REFERENCE;
295292
}

0 commit comments

Comments
 (0)