From 762abf70609541bda6f37a0338116df863b9e133 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Thu, 4 Oct 2018 10:59:06 +0200 Subject: [PATCH] Update newpayment.php --- htdocs/public/payment/newpayment.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php index f932b05c0e9d5..c1f731cc131ce 100644 --- a/htdocs/public/payment/newpayment.php +++ b/htdocs/public/payment/newpayment.php @@ -411,8 +411,8 @@ $email = GETPOST("email",'alpha'); $thirdparty_id=GETPOST('thirdparty_id', 'int'); // Note that for payment following online registration for members, this is empty because thirdparty is created once payment is confirmed by paymentok.php $dol_type=GETPOST('s', 'int'); - $dol_id=GETPOST('dol_id', 'int'); - $vatnumber = GETPOST('vatnumber','alpha'); + $dol_id=GETPOST('dol_id', 'int'); + $vatnumber = GETPOST('vatnumber','alpha'); dol_syslog("stripeToken = ".$stripeToken, LOG_DEBUG, 0, '_stripe'); dol_syslog("email = ".$email, LOG_DEBUG, 0, '_stripe'); @@ -829,7 +829,7 @@ print ''.$text; print ''; print ''; - print ''; + print ''; $directdownloadlink = $order->getLastMainDocLink('commande'); if ($directdownloadlink) { @@ -949,7 +949,7 @@ print ''.$text; print ''; print ''; - print ''; + print ''; $directdownloadlink = $invoice->getLastMainDocLink('facture'); if ($directdownloadlink) { @@ -1148,7 +1148,7 @@ print ''.$text; print ''; print ''; - print ''; + print ''; $directdownloadlink = $contract->getLastMainDocLink('contract'); if ($directdownloadlink) {