Update newpayment.php

This commit is contained in:
ptibogxiv 2019-05-03 15:41:15 +02:00 committed by GitHub
parent 65b21f3c37
commit 140cc93490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2013,9 +2013,7 @@ if (preg_match('/^dopayment/', $action))
city: '<?php echo $object->thirdparty->town; ?>',
country: '<?php echo $object->thirdparty->country_code; ?>',
line1: '<?php echo $object->thirdparty->address; ?>',
postal_code: '<?php echo $object->thirdparty->zip; ?>'
}
<?php } ?>
postal_code: '<?php echo $object->thirdparty->zip; ?>'}<?php } ?>
} /* TODO Add all other known data like emails, ... to be SCA compliant */
},
save_payment_method: false