Skip to content

Commit

Permalink
Add paypal note
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed Nov 2, 2024
1 parent 2f3f4d9 commit 8ae1ea9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/components/BioEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,14 @@ export const BioEditor = (props: BioEditorProps) => {
</p>
{props.constructorPage.pp && props.constructorPage.pt ? (
<>
<p>
Your tip button is enabled! Note that Paypal recently started
requiring additional verification for some accounts. If your tip
button is giving an error message try visiting{' '}
<a href="https://www.paypal.com/donate/buttons/manage">this page</a>{' '}
while logged in to your Paypal account to find the
approval/verification form that you need to fill out.
</p>
<Button
className="marginRight1-5em"
onClick={() => {
Expand Down

0 comments on commit 8ae1ea9

Please sign in to comment.