Fix amount not filled into email confirmation

This commit is contained in:
Laurent Destailleur 2017-07-03 01:57:28 +02:00
parent d57fe35efc
commit 8a96260892

View File

@ -297,7 +297,7 @@ if ($action == 'charge')
} }
$_SESSION["onlinetoken"] = $stripeToken; $_SESSION["onlinetoken"] = $stripeToken;
$_SESSION["FinalPaymentAmt"] = $amount; $_SESSION["Payment_Amount"] = $amount;
$_SESSION["currencyCodeType"] = $currency; $_SESSION["currencyCodeType"] = $currency;
$_SESSION["paymentType"] = ''; $_SESSION["paymentType"] = '';
$_SESSION['ipaddress'] = $_SERVER['REMOTE_ADDR']; // Payer ip $_SESSION['ipaddress'] = $_SERVER['REMOTE_ADDR']; // Payer ip