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

Commit 9a5e72a

Browse files
authored
return reference ID for v5 task payment types.
1 parent c2d9d9e commit 9a5e72a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ 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:
290293
default:
291294
return NO_REFERENCE;
292295
}

0 commit comments

Comments
 (0)