Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
email
Browse files Browse the repository at this point in the history
  • Loading branch information
harshasomisetty committed Aug 18, 2023
1 parent 837d212 commit 5a2d0f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ For the customer, the process is straightforward. At checkout, they would select

Security is a top priority for Solana Pay. We do not store personal data about customers beyond their onchain activity (wallet addresses and USDC spent).

If you need assistance or have any questions, please reach out to us at product@solana.com. You can also visit our [support page](https://merchant.solanapay.com/support) for more information.
If you need assistance or have any questions, please reach out to us at commerce@solana.com. You can also visit our [support page](https://merchant.solanapay.com/support) for more information.
2 changes: 1 addition & 1 deletion apps/docs/docs/merchants/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The customer Solana Pay experience is simply delightful

- **Refunds**: Contact the merchant directly for refunds.

- **Support**: For assistance, email product@solana.com.
- **Support**: For assistance, email commerce@solana.com.

### Additional Info

Expand Down
2 changes: 1 addition & 1 deletion apps/merchant-ui/src/components/SupportFaq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function SupportFaq(props: Props) {
/>
<div className="mt-11">
<div className="text-2xl text-black font-semibold">Need more help?</div>
<a className="inline-block mt-7" href="mailto:product@solana.com">
<a className="inline-block mt-7" href="mailto:commerce@solana.com">
<Primary>Email us</Primary>
</a>
</div>
Expand Down

3 comments on commit 5a2d0f4

@vercel
Copy link

@vercel vercel bot commented on 5a2d0f4 Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5a2d0f4 Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5a2d0f4 Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.