Compare commits

...

3 Commits

@ -1,6 +1,8 @@
<!-- Footer -->
<footer id="footer">
<div class="copyright">
<a href="{{site_root}}refunds">Refund Policy and Instructions</a>
<br />
&copy; 2021-2023 <a href="https://postalportal.net">PostalPortal LLC</a>.<br>
Developed and hosted by <a href="https://netsyms.com">Netsyms Technologies</a>.
<br />

@ -0,0 +1,13 @@
// title Refunds
You can request a refund for unused Certified Mail postage. Refunds are not available for normal First Class letter postage.
To request a refund, [click here to contact us](https://postalportal.net/#contact). Include the tracking number on your unused envelope.
If you don't have the tracking number, include the date and time of purchase, along with the last four digits of your credit card so we can look up your transaction.
It may take up to 45 days to receive a refund, because USPS can take up to 30 days to process it on their end.
Your refund will go back to your original payment method.
Thank you for using Certified From Home!

@ -55,7 +55,7 @@ try {
"weight" => 3.5
]);
$shipmentinfo["carrier_accounts"] = ["ca_fe31a7e4fcf24438b8cdfb74541c7094"]; // USPS
$shipmentinfo["carrier_accounts"] = [$_SETTINGS["easypost_usps_account"]]; // USPS
if ($_REQUEST["postagetype"] == "certified") {
$shipmentinfo["options"]["certified_mail"] = true;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 146 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 130 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 97 KiB

@ -4,6 +4,7 @@ $_SETTINGS = [
"debug" => false,
"easypost_key" => "",
"stripe_sk" => "",
"easypost_usps_account" => "ca_9...b5",
"email" => [
"server" => "mail.netsyms.net",
"port" => 587,

Loading…
Cancel
Save