This commit is contained in:
BENKE Charlene 2022-06-01 10:53:52 +02:00 committed by GitHub
parent 008800cf52
commit 0126f043c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1624,7 +1624,7 @@ class FormMail extends Form
if (!empty($conf->commande->enabled)) {
$tmparray['__SECUREKEYPAYMENT_ORDER__'] = 'SecureKeyPAYMENTUniquePerOrder';
}
if (!empty(contrat->enabled)) {
if (!empty($conf->contrat->enabled)) {
$tmparray['__SECUREKEYPAYMENT_CONTRACTLINE__'] = 'SecureKeyPAYMENTUniquePerContractLine';
}