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

Commit 62c5305

Browse files
authored
return jiraIssueName as the default if it can't find another reference type
1 parent 9a5e72a commit 62c5305

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/com/topcoder/web/tc/controller/legacy/pacts/common/PaymentHeader.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ public long getReferenceId() {
427427
case REFERENCE_DIGITAL_RUN_SEASON_ID : return digitalRunSeasonId;
428428
case REFERENCE_PARENT_PAYMENT_ID : return parentPaymentId;
429429
case REFERENCE_DIGITAL_RUN_TRACK_ID : return digitalRunTrackId;
430+
default:
431+
return jiraIssueName;
430432
}
431433
return 0;
432434
}

0 commit comments

Comments
 (0)