This is an error associated with the USPS shipping charge. It looks like you entered a fake USPS userID value that I see on line 68:
$Shipping_Parameters["UserID"] = "tempUSPSid";
To disable the shipping, update line 56 of confirm_cart.php from:
if ($_SERVER["REQUEST_METHOD"] === "POST") {
to:
if (false) {