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

Commit 9b29b43

Browse files
authored
Merge pull request #20 from topcoder-platform/develop
Prod roll: error handling and updates
2 parents c67e84d + fc00380 commit 9b29b43

File tree

22 files changed

+1189
-166
lines changed

22 files changed

+1189
-166
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![Release Version](https://img.shields.io/github/tag/topcoder-platform/topcoder-payment-tool.svg)
55

66
Based on
7-
[`topcoder-react-starter`](https://www.npmjs.com/package/topcoder-react-starter).
7+
[`topcoder-react-starter`](https://github.com/topcoder-platform/topcoder-react-starter).
88

99
To install, test, and run in development mode:
1010
```bash

__tests__/shared/__snapshots__/index.jsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ exports[`Matches shallow snapshot 1`] = `
77
title="Topcoder Payment Tool"
88
/>
99
<Routes />
10+
<Connect(ErrorMessageContainer) />
1011
</div>
1112
`;
1213

@@ -17,6 +18,7 @@ exports[`Matches shallow snapshot in dev mode 1`] = `
1718
title="Topcoder Payment Tool"
1819
/>
1920
<Routes />
21+
<Connect(ErrorMessageContainer) />
2022
<DevTools />
2123
</div>
2224
`;

__tests__/shared/reducers/__snapshots__/index.js.snap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ Object {
6464
"sandbox": Object {
6565
"payments": Object {
6666
"editor": Object {
67+
"challengeTechnologyTags": Array [],
68+
"copilot": "",
69+
"copilotInputKeyword": "",
70+
"copilotInputPopupVisible": false,
71+
"copilotInputSelected": Object {},
72+
"copilotPaymentAmount": 0,
73+
"copilotSuggestions": Array [],
74+
"getCopilotSuggestionsForKeyword": "",
6775
"getMemberSuggestionsForKeyword": "",
6876
"memberInputKeyword": "",
6977
"memberInputPopupVisible": false,
@@ -76,8 +84,11 @@ Object {
7684
"paymentTitle": "",
7785
"selectedBillingAccountId": 0,
7886
"selectedProjectId": 0,
87+
"submissionGuidelines": "",
88+
"technologyTags": Array [],
7989
},
8090
"listing": Object {
91+
"hasActiveBillingAccount": true,
8192
"selectedProjectId": 0,
8293
},
8394
},

0 commit comments

Comments
 (0)