Skip to content
Snippets Groups Projects
Commit fbfe7ecc authored by Trentino Longhi's avatar Trentino Longhi
Browse files

tManage - minor formatting

parent e965b389
Branches
Tags release/2018-07-14.04
No related merge requests found
......@@ -9,7 +9,7 @@
$paymentName = "";
$err = "";
if (isset($_POST["submit"])) { // checks whether submit was clicked
if (isset($_POST["submit"])) { // checks whether submit was clicked
if(isset($_POST["CardNum"])) $cardNum=$_POST["CardNum"];
if(isset($_POST["CardCVC"])) $cardCVC=$_POST["CardCVC"];
if(isset($_POST["CardFirstName"])) $cardFirstName=$_POST["CardFirstName"];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment