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

Commit eb1eec5

Browse files
author
James Cori
committed
Changing default payment status id
1 parent 5aa5bc9 commit eb1eec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
// Topcoder APIs
4141
TC_API: process.env.TC_API || 'https://api.topcoder-dev.com/v5',
4242

43-
PAYMENT_STATUS_ID: process.env.PAYMENT_STATUS_ID || 70,
43+
PAYMENT_STATUS_ID: process.env.PAYMENT_STATUS_ID || 56,
4444
MODIFICATION_RATIONALE_ID: process.env.MODIFICATION_RATIONALE_ID || 1,
4545
WINNER_PAYMENT_TYPE_ID: process.env.WINNER_PAYMENT_TYPE_ID || 72,
4646
COPILOT_PAYMENT_TYPE_ID: process.env.COPILOT_PAYMENT_TYPE_ID || 74,

0 commit comments

Comments
 (0)