Warning: We are so sorry but our system has done something wrong. Your order has been taken but we seem to be having trouble generating the keys. Please contact us with the following error message:
$returnkey

"; // } } ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// echo "

Success

"; echo "

Your payment has been approved.

"; echo "

Key is: $returnkey

"; echo "

"; $xml=simplexml_load_string($returnkey) or die("Error: Cannot create object"); print_r($xml); echo "
---------------
"; $lic_code = $xml->LicenseID; print_r($lic_code); echo "
---------------
"; echo($lic_code); $iid = addToInventory_PMP9($cid, $pid, $todayDate, $dateOneYearAdded, $lic_code, $quantity, $returnkey); echo "
---------------
"; echo($iid); // Save file $extension = 'pmplic'; $new_file_name = 'pmp9_' . $billingCompany . '_' . $oid . '.pmplic'; $target = "E:\Inetpub\printmanager.com\pmp9_licenses\\"; $target = $target . $new_file_name; file_put_contents($target, $returnkey); } ?>