Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-08-22 01:21:31 +02:00
parent b3043ab3d6
commit e6fa070c84

View File

@ -335,7 +335,6 @@ $mesg = '';
// Action dopayment is called after clicking/choosing the payment mode
if ($action == 'dopayment') {
if ($paymentmethod == 'paypal') {
$PAYPAL_API_PRICE = price2num(GETPOST("newamount", 'alpha'), 'MT');
$PAYPAL_PAYMENT_TYPE = 'Sale';