Skip to content

Commit

Permalink
Remove billing from Spoke. Closes StateVoicesNational#350.
Browse files Browse the repository at this point in the history
  • Loading branch information
spakanati committed Nov 22, 2016
1 parent 9139674 commit 097a854
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 999 deletions.
2 changes: 0 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ NEXMO_API_SECRET=
SSH_TUNNEL_TARGET=set_this_in_production
SSH_TUNNEL_KEY=set_this_in_production
SSH_TUNNEL_FORWARDS=set_this_in_production
STRIPE_SECRET_KEY=sk_test_r7S4tiNI6T9XbFHOwKL1Xmpa
STRIPE_PUBLISHABLE_KEY=pk_test_i0KKPhp0YFDX29qKVSaSIXm5
MAILGUN_SECRET_KEY=set_this_in_production
MAILGUN_DOMAIN=gearshift.co
MAILGUN_FROM_EMAIL=Spoke <[email protected]>
9 changes: 0 additions & 9 deletions src/components/AdminDashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { StyleSheet, css } from 'aphrodite'
import theme from '../styles/theme'
import TopNav from './TopNav'
import Navigation from './Navigation'
import AlertBar from '../containers/AlertBar'
import { ListItem } from 'material-ui/List'
import { withRouter } from 'react-router'
import AdminNavigation from '../containers/AdminNavigation'
Expand Down Expand Up @@ -43,13 +42,6 @@ class AdminDashboard extends React.Component {
)
}

renderOrganizationAlertBar() {
const organizationId = this.props.params.organizationId
if (!organizationId) {
return ''
}
return <AlertBar organizationId={organizationId} />
}
render() {
const sections = [{
name: 'Campaigns',
Expand Down Expand Up @@ -83,7 +75,6 @@ class AdminDashboard extends React.Component {
<div className={css(styles.container)}>
{this.renderNavigation(sections)}
<div className={css(styles.content)}>
{this.renderOrganizationAlertBar()}
{children}
</div>
</div>
Expand Down
98 changes: 0 additions & 98 deletions src/containers/AlertBar.jsx

This file was deleted.

Loading

0 comments on commit 097a854

Please sign in to comment.