Skip to content

Commit ca638f9

Browse files
Merge pull request #6305 from topcoder-platform/rm-payment-section
Remove Generic Payment section from challenge details
2 parents 1c4f9ab + 3e46bf8 commit ca638f9

File tree

1 file changed

+24
-40
lines changed
  • src/shared/components/challenge-detail/Specification

1 file changed

+24
-40
lines changed

src/shared/components/challenge-detail/Specification/index.jsx

Lines changed: 24 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -363,53 +363,37 @@ export default function ChallengeDetailsView(props) {
363363
</div>
364364
)
365365
}
366-
<article>
367-
<h2>
368-
Payments
369-
</h2>
370-
{
371-
isWipro ? (
372-
<div>
373-
<p>
374-
For employees of Wipro Technologies, following are the
375-
payment terms. Winner/s would be awarded the prize money on
376-
successful completion and acceptance of the submission by
377-
the stakeholder. Accumulated prize money for the month will
378-
be paid through Wipro payroll as part of subsequent month’s
379-
salary (eg. Aug month challenge winners payment will be
380-
credited as part Sept month salary). For payment of prize
381-
money, respective country currency conversion shall be
382-
considered as per Wipro standard currency conversion
383-
guidelines. Please refer to policy document at
384-
&zwnj;
385-
<a
386-
href="https://wipro365.sharepoint.com/sites/wipro-people-policies/wipro%20policies/TopGear-RewardPoints-Policy.pdf"
387-
rel="noopener noreferrer"
388-
target="_blank"
389-
>
390-
https://wipro365.sharepoint.com/sites/wipro-people-policies/wipro%20policies/TopGear-RewardPoints-Policy.pdf
391-
</a>
392-
&zwnj;
393-
for details regarding the policy.
394-
</p>
395-
</div>
396-
) : (
366+
{isWipro && (
367+
<article>
368+
<h2>
369+
Payments
370+
</h2>
371+
<div>
397372
<p>
398-
Topcoder will compensate members in accordance with our standard payment policies, unless
399-
otherwise specified in this challenge. For information on payment policies, setting up your profile to
400-
receive payments, and general payment questions, please refer to
373+
For employees of Wipro Technologies, following are the
374+
payment terms. Winner/s would be awarded the prize money on
375+
successful completion and acceptance of the submission by
376+
the stakeholder. Accumulated prize money for the month will
377+
be paid through Wipro payroll as part of subsequent month’s
378+
salary (eg. Aug month challenge winners payment will be
379+
credited as part Sept month salary). For payment of prize
380+
money, respective country currency conversion shall be
381+
considered as per Wipro standard currency conversion
382+
guidelines. Please refer to policy document at
401383
&zwnj;
402384
<a
403-
href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"
385+
href="https://wipro365.sharepoint.com/sites/wipro-people-policies/wipro%20policies/TopGear-RewardPoints-Policy.pdf"
404386
rel="noopener noreferrer"
405387
target="_blank"
406388
>
407-
Payment Policies and Instructions
408-
</a>.
389+
https://wipro365.sharepoint.com/sites/wipro-people-policies/wipro%20policies/TopGear-RewardPoints-Policy.pdf
390+
</a>
391+
&zwnj;
392+
for details regarding the policy.
409393
</p>
410-
)
411-
}
412-
</article>
394+
</div>
395+
</article>
396+
)}
413397
</div>
414398
</div>
415399
<SideBar

0 commit comments

Comments
 (0)