Fix amount not filled into email confirmation
This commit is contained in:
parent
d57fe35efc
commit
8a96260892
@ -297,7 +297,7 @@ if ($action == 'charge')
|
||||
}
|
||||
|
||||
$_SESSION["onlinetoken"] = $stripeToken;
|
||||
$_SESSION["FinalPaymentAmt"] = $amount;
|
||||
$_SESSION["Payment_Amount"] = $amount;
|
||||
$_SESSION["currencyCodeType"] = $currency;
|
||||
$_SESSION["paymentType"] = '';
|
||||
$_SESSION['ipaddress'] = $_SERVER['REMOTE_ADDR']; // Payer ip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user