forked from myreader-io/myGPTReader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da55b31
commit 40c982c
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ const Refund = () => { | |
However, if you are not satisfied with our product, we offer a refund policy that ensures your rights as a customer.</p> | ||
|
||
<ul className='list-disc ml-5'> | ||
<li>You have purchased myGPTReader within the last 30 days.</li> | ||
<li>You have purchased myGPTReader within the last 7 days.</li> | ||
<li>You have encountered technical issues or problems with our product that we are unable to resolve within a reasonable time frame.</li> | ||
<li>You have not violated our terms of service or engaged in fraudulent activity.</li> | ||
</ul> | ||
|
@@ -23,7 +23,7 @@ const Refund = () => { | |
<> | ||
<div className='mt-5'> | ||
<h3 className='text-lg font-semibold text-gray-700 mb-3'>Refund process:</h3> | ||
<p>To request a refund, please contact us at <span className='text-gray-700'>[email protected]</span> within 30 days of your purchase. We may ask you to provide additional information or documentation to support your refund request.</p> | ||
<p>To request a refund, please contact us at <span className='text-gray-700'>[email protected]</span> within 7 days of your purchase. We may ask you to provide additional information or documentation to support your refund request.</p> | ||
<p>Once we receive your refund request, we will review your case and respond within 7 business days. If your refund request is approved, we will issue a refund to the original payment method you used to purchase myGPTReader.</p> | ||
</div> | ||
|
||
|
@@ -32,7 +32,7 @@ const Refund = () => { | |
<ul className='list-disc ml-5'> | ||
<li>We do not offer refunds for any purchases made outside of our website or authorized resellers.</li> | ||
<li>We reserve the right to refuse a refund request if we suspect fraudulent activity or violation of our terms of service.</li> | ||
<li>We do not offer refunds for purchases made more than 30 days ago.</li> | ||
<li>We do not offer refunds for purchases made more than 7 days ago.</li> | ||
</ul> | ||
</div> | ||
|
||
|