Skip to content

Commit

Permalink
fix: fixed hardcoded email
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Mar 11, 2024
1 parent 70ab1ea commit b906224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PaypalCheckout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const PaypalCheckout = ({ email, onSuccess, onError }) => {
<span className='mr-1' style={{width: '65px'}}>Product</span>: Golden Edition Individual License
</div>
<div className='flex mb-1'>
<span className='mr-1' style={{width: '65px'}}>Email</span>: anoop@usebruno.com
<span className='mr-1' style={{width: '65px'}}>Email</span>: {{email}}
</div>
<div className='flex'>
<span className='mr-1' style={{width: '65px'}}>Amount</span>: $9
Expand Down

0 comments on commit b906224

Please sign in to comment.