This repository has been archived by the owner on Jul 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James Baxley
committed
Dec 6, 2016
1 parent
4f98f6c
commit 6f3c876
Showing
2 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,22 +7,45 @@ exports[`GiveReviewTemplate returns <Error /> component based on state 1`] = ` | |
|
||
exports[`GiveReviewTemplate returns <Layout /> component based on state 1`] = ` | ||
<Layout | ||
data={ | ||
Object { | ||
"payment": Object { | ||
"icon": "Visa", | ||
"type": "cc", | ||
}, | ||
"personal": Object { | ||
"campus": "Web", | ||
"campusId": 20, | ||
"email": "[email protected]", | ||
"firstName": "Jeff", | ||
"lastName": "Goldblumm", | ||
}, | ||
} | ||
} | ||
onSubmit={[Function]} | ||
payment={ | ||
savedAccount={ | ||
Object { | ||
"icon": "Visa", | ||
"type": "cc", | ||
"date": null, | ||
"id": 18376, | ||
"name": "Jeff%27s%20NS%20Visa", | ||
"payment": Object { | ||
"accountNumber": "411111******1112", | ||
"paymentType": "Visa", | ||
}, | ||
} | ||
} | ||
personal={ | ||
state="done" | ||
total={1} | ||
transactions={ | ||
Object { | ||
"campus": "Web", | ||
"campusId": 20, | ||
"email": "[email protected]", | ||
"firstName": "Jeff", | ||
"lastName": "Goldblumm", | ||
"125": Object { | ||
"label": "General%20Fund", | ||
"value": 1, | ||
}, | ||
} | ||
} /> | ||
} | ||
url={false} | ||
userId="jY4RT2WK55yKYtj4y" /> | ||
`; | ||
|
||
exports[`GiveReviewTemplate returns <Loading /> component based on state 1`] = ` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters