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

Prod roll: error handling and updates #20

Merged
merged 4 commits into from
Oct 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Release Version](https://img.shields.io/github/tag/topcoder-platform/topcoder-payment-tool.svg)

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

To install, test, and run in development mode:
```bash
Expand Down
2 changes: 2 additions & 0 deletions __tests__/shared/__snapshots__/index.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`Matches shallow snapshot 1`] = `
title="Topcoder Payment Tool"
/>
<Routes />
<Connect(ErrorMessageContainer) />
</div>
`;

Expand All @@ -17,6 +18,7 @@ exports[`Matches shallow snapshot in dev mode 1`] = `
title="Topcoder Payment Tool"
/>
<Routes />
<Connect(ErrorMessageContainer) />
<DevTools />
</div>
`;
11 changes: 11 additions & 0 deletions __tests__/shared/reducers/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ Object {
"sandbox": Object {
"payments": Object {
"editor": Object {
"challengeTechnologyTags": Array [],
"copilot": "",
"copilotInputKeyword": "",
"copilotInputPopupVisible": false,
"copilotInputSelected": Object {},
"copilotPaymentAmount": 0,
"copilotSuggestions": Array [],
"getCopilotSuggestionsForKeyword": "",
"getMemberSuggestionsForKeyword": "",
"memberInputKeyword": "",
"memberInputPopupVisible": false,
Expand All @@ -76,8 +84,11 @@ Object {
"paymentTitle": "",
"selectedBillingAccountId": 0,
"selectedProjectId": 0,
"submissionGuidelines": "",
"technologyTags": Array [],
},
"listing": Object {
"hasActiveBillingAccount": true,
"selectedProjectId": 0,
},
},
Expand Down
Loading