mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Debug v22
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user