Debug v22

This commit is contained in:
ldestailleur
2025-06-20 11:55:14 +02:00
parent 739cbe063b
commit e6ff3280f6

View File

@@ -718,14 +718,14 @@ if ($event->type == 'payout.created' && getDolGlobalString('STRIPE_AUTO_RECORD_P
$actioncomm->percentage = -1;
$actioncomm->type_code = 'AC_OTH_AUTO'; // Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
$actioncomm->code = 'AC_IPN';
$actioncomm->code = 'AC_PAYMENT_STRIPE_KO_IPN_SEPA';
$actioncomm->datep = $now;
$actioncomm->datef = $now;
$actioncomm->socid = $invoice->socid;
$actioncomm->fk_project = $invoice->fk_project;
$actioncomm->fk_element = $invoice->id;
$actioncomm->elementid = $invoice->id;
$actioncomm->elementtype = 'invoice';
$actioncomm->ip = getUserRemoteIP();
}