From 488279aed8e781ac9fb2cf9cc9eeec70b919a9b9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 6 Mar 2023 21:48:31 +0100 Subject: [PATCH] Doc --- htdocs/public/stripe/ipn.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/public/stripe/ipn.php b/htdocs/public/stripe/ipn.php index e0c1780c2c9..4663c7d7766 100644 --- a/htdocs/public/stripe/ipn.php +++ b/htdocs/public/stripe/ipn.php @@ -312,9 +312,8 @@ if ($event->type == 'payout.created') { dol_syslog("object = ".var_export($event->data, true)); // TODO: create fees - // TODO: Redirect to paymentok.php - /* TODO Enable this only if this is a payment of a Dolibarr bon_prelevement only + /* TODO LMR Enable this only if this is a payment of a Dolibarr bon_prelevement only include_once DOL_DOCUMENT_ROOT . '/compta/paiement/class/paiement.class.php'; $object = $event->data->object; $invoice_id = $object->metadata->dol_id;