fix: fix generazione presentazioni bancarie

This commit is contained in:
Matteo 2024-11-04 16:00:53 +01:00
parent ea8af47a71
commit 68643ab1be
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class Gestore
if (in_array($pagamento->codice_modalita_pagamento_fe, ['MP19', 'MP21'])) {
$method = 'B2B';
} elseif (in_array($pagamento->codice_modalita_pagamento_fe, ['MP20'])) {
} elseif (in_array($pagamento->codice_modalita_pagamento_fe, ['MP20', 'MP09'])) {
$method = 'CORE';
}