\n {this.props.i18n.portal.account.find_account}\n {this.registrationNoticeButton()}\n {this.registrationNoticeText()}\n
\n );\n }\n\n nameField() {\n if (this.props.fields.includes('payers.name')) {\n return (\n\n Drag and drop files here\n or click to select files from your computer.\n
\n\n | \n
---|
\n {message}\n
\n );\n }\n}\n\nPaymentConfirmationMessage.propTypes = {\n payment: PropTypes.object.isRequired,\n content: PropTypes.object.isRequired\n};\n\nexport default PaymentConfirmationMessage;\n","import React from 'react';\nimport { PropTypes } from 'prop-types';\nimport format from '../../utils/formatUtils';\nimport moment from 'moment';\n\nclass PaymentDetails extends React.Component {\n\n constructor(props) {\n super(props);\n this.state = {};\n }\n\n componentWillMount() {\n const isNewAchPayMethod = this.isAch(this.props.newPayMethod);\n const isNewCreditCardPayMethod = this.isCreditCard(this.props.newPayMethod);\n const isNewCheckPayMethod = this.isCheck(this.props.newPayMethod);\n const isPlastiqPayMethod = this.isPlastiq(this.props.newPayMethod);\n this.setState({\n isNewAchPayMethod,\n isNewCreditCardPayMethod,\n isNewCheckPayMethod,\n isPlastiqPayMethod\n });\n }\n\n confirmationNumberRow() {\n if (this.props.payment.confirmation_code) {\n return (\n\n {this.props.i18n.portal.payer.payment[label]}\n | \n\n {this.amountValue(amount)}\n | \n
\n {headerText}\n
\n\n\n {this.props.i18n.portal.payer.autopay[action]}\n
\n );\n }\n\n formErrors() {\n return (\n\n {this.amountConfirmation()}{' '}\n {this.accountConfirmation()}{' '}\n {this.payMethodConfirmation()}{' '}\n {this.dayOfMonthConfirmation()}{' '}\n {this.endDateConfirmation()}\n
\n\n {this.props.i18n.portal.dashboard.autopay_settings}\n
\n );\n }\n\n render() {\n return (\n{this.props.content.sign_in_label}
\n {this.loginForm()}\n\n {this.props.i18n.portal.password_reset.reset_password}\n
\n{this.props.content.i18n.portal.password_reset.check_email}
\n {this.resetMessageFormFooter()}\n