Update job pricing
This commit is contained in:
@ -21,7 +21,7 @@ export default contain(
|
||||
buttonId = isHighlighted ?
|
||||
paypalIds.highlighted :
|
||||
paypalIds.regular,
|
||||
price = 200,
|
||||
price = 1000,
|
||||
discountAmount = 0,
|
||||
promoCode = '',
|
||||
promoApplied = false,
|
||||
@ -92,7 +92,7 @@ export default contain(
|
||||
</Col>
|
||||
<Col
|
||||
md={ 3 }>
|
||||
<h4>+ 50</h4>
|
||||
<h4>+ 250</h4>
|
||||
</Col>
|
||||
</Row>
|
||||
);
|
||||
@ -214,7 +214,7 @@ export default contain(
|
||||
<Col
|
||||
md={ 6 }>
|
||||
<h4>${
|
||||
price - discountAmount + (isHighlighted ? 50 : 0)
|
||||
price - discountAmount + (isHighlighted ? 250 : 0)
|
||||
}</h4>
|
||||
</Col>
|
||||
</Row>
|
||||
|
@ -86,7 +86,7 @@ export default contain(
|
||||
onClick={ ()=> {
|
||||
appActions.updateRoute('/jobs/new');
|
||||
}}>
|
||||
Post a job: $200 for 30 days
|
||||
Post a job: $1000
|
||||
</Button>
|
||||
<div className='spacer' />
|
||||
</Col>
|
||||
|
@ -42,7 +42,7 @@ const checkValidity = [
|
||||
'howToApply'
|
||||
];
|
||||
const hightlightCopy = `
|
||||
Highlight my post to make it stand out. (+$50)
|
||||
Highlight my post to make it stand out. (+$250)
|
||||
`;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user