Commit Graph

260 Commits

Author SHA1 Message Date
ldestailleur
02809d5901 Fix syntax 2025-09-20 16:00:51 +02:00
Laurent Destailleur
88e3dd1d5d Fix concat 2025-08-26 04:37:20 +02:00
ldestailleur
d41ce132f3 Save more information into exp_payment_id for Stripe payments. 2025-08-24 19:50:38 +02:00
ldestailleur
b1b1504111 Enhance the stripe IPN on dispute 2025-08-17 16:10:14 +02:00
ldestailleur
ff5fd02913 Clean code to fix CI 2025-08-17 13:19:24 +02:00
ldestailleur
4aea1c00c8 Fix CI 2025-08-17 03:48:43 +02:00
ldestailleur
01d168afb7 Add doc comment, and add field date_reception in commande_fournisseur
for #34975
2025-08-17 01:45:34 +02:00
ldestailleur
6bc3036b18 Removed option forcesandbox 2025-07-10 19:47:58 +02:00
Laurent Destailleur
ac892efb42 Fix CI 2025-07-01 16:22:21 +02:00
ldestailleur
8162a78ce8 Removed deprecated code 2025-03-05 12:42:50 +01:00
x
5c58ab7626 error params createTaxId() $this->db->escape() 2025-03-04 17:25:37 +01:00
MDW
11ed394b4b Qual: Fix phan notices (supplier_proposal) 2025-02-18 14:16:49 +01:00
MDW
fc9c05b604 Qual: Fix phan notices (stripe) 2025-02-18 14:16:48 +01:00
MDW
a42bc6755c Qual: Fix PhanPluginUnknownPropertyType, PhanPossiblyUndeclaredVariable 2025-01-27 10:24:16 +01:00
Laurent Destailleur
63ac936652 Fix add an order to have same behavior in using stripe customer account
event if data are corrupted with duplicate record.
2024-11-25 14:46:22 +01:00
Laurent Destailleur
5aa14a24cb More logs 2024-11-24 22:33:08 +01:00
Laurent Destailleur
a3bea77898 Log 2024-11-13 19:27:02 +01:00
MDW
278d301f32 Qual: Fix phan/phpstan notices in class files (part 6) (#31634)
* Qual: Fix notices for paymentdonation...workstationusergroup.class

* Qual: Fix PhanPluginRedundantReturnComment, update baseline

* Qual: Complete array phpdoc for properties
2024-11-06 23:57:45 +01:00
MDW
e7539f2e19 Qual: Fix notices in .lib.php files (#31672)
* Qual: Fix notices in .lib.php files

* Update wrapper.php

* Update availabilities_card.php

* Update index.php

* Update document.controller.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-04 12:32:13 +01:00
Laurent Destailleur
8abfcf71a9 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-10-24 13:54:13 +02:00
Laurent Destailleur
830029dd05 NEW Iban is saved encrypted 2024-10-24 13:03:52 +02:00
Laurent Destailleur
3bc1d35236 QUAL The property ->domiciliation and ->propio on bank accounts has been
deprecated and replaced with property ->address and ->owner_name
2024-10-24 12:38:41 +02:00
MDW
fb3972b702 Qual: Fix phan notices in some payment/strip related classes (#31453)
* fix concat

* fix overwrite

* Clean code

* Do not analyze custom

* Update baseline, ignore everything in custom

* Qual: Fix notices in files related to ticket class

* Qual: Fix companybankaccount.class

* Fix phan/phpstan notices

---------

Co-authored-by: Frédéric FRANCE <frederic34@users.noreply.github.com>
Co-authored-by: Frédéric FRANCE <frederic.france@free.fr>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-10-20 00:32:01 +02:00
MDW
099dbd9c1e Qual: Fix notices for htdocs/admin/* (#30982)
* Fix (Possibly)UndeclaredGlobalVariable

* Update phan baseline

* Fix (Possibly)UndeclaredGlobalVariable (2)

* Qual: Fix notices for htdocs/admin/*

# Qual: Fix notices for htdocs/admin/*

Fixes most phan/phpstan noticies for files under htdocs/admin/* and ai.
2024-09-18 03:27:25 +02:00
MDW
f89245b354 Qual: Fix some CommonIncoterm/DocGenerator/People typings (#30940)
* Fix extraparams property typing

* Fix argument typing

* Fix 'status' argument type in calls to dolGetButtonTitle

* Fix argument2 for price to 1 (was 2)

* Fix deliveryreceipt argument

* Fix PHPDoc dol_sort_array

* Fix range for int argument

* Fix arg type for str_pad and add some PHPDoc

* Fix natsort value for dol_sort_array

* Fix arguments on calls to dol_sort_array

* Reduce phpstan exceptions

* Qual: Add type hints for Stripe objects

# Qual: Add type hints for Stripe objects

Suggest the more specific implementation of the StripObject.

* Typing, initialisation

* Qual: Fix undeclared variables

* Update phan baseline

* Update baseline

* Qual: Add type hints for Stripe objects

# Qual: Add type hints for Stripe objects

Suggest the more specific implementation of the StripObject.

* Add PHPDoc for host class properties

* Ignore false positive (phan) for deprecated property

* Improve typing

* Update baseline
2024-09-13 03:09:23 +02:00
Laurent Destailleur
fc2acf24b3 Add log 2024-09-02 11:43:06 +02:00
Laurent Destailleur
a8f841b7e9 Add log to try to fix idempotency errors 2024-09-02 11:06:42 +02:00
Laurent Destailleur
eda41b96ca Clean code 2024-05-12 11:29:53 +02:00
Laurent Destailleur
84fb498ee4 Fix phan 2024-05-11 21:13:10 +02:00
MDW
aae30ff64f Fix arg type to SimpleXMLElement::addChild() with casts 2024-03-20 04:09:36 +01:00
MDW
16e5ca0b1e Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:53 +01:00
MDW
bb6eee4cf7 Fix PhanPluginMixedKeyNoKey by using explicit keys 2024-03-12 21:35:53 +01:00
Frédéric FRANCE
04749842b2 fix phpstan property does not accept string (#28574)
* fix phpstan property does not accept string

* fix phpstan property does not accept string
2024-03-02 12:41:12 +01:00
Laurent Destailleur
c6b99dbea8 Merge pull request #27635 from frederic34/patch-3
fix phpstan
2024-01-20 00:41:22 +01:00
MDW
c98868d2db Fix: Update Stripe Exception class references
# Fix: Update Stripe Exception class references

The Stripe classes changed, update the references.
2024-01-19 01:33:45 +01:00
Frédéric FRANCE
6875f78356 fix phpstan 2024-01-18 22:58:05 +01:00
MDW
342ab85195 Qual: Spelling htdocs/[q-z]* (#27447)
# Qual: Fix spelling htdocs/[q-z]*

Probably fixes a bug:

- htdocs/webservices/server_thirdparty.php
  No other occurence of adress found.
  -'adress'=>->adress,- +'address'=>->address,+
2024-01-12 17:18:52 +01:00
Laurent Destailleur
4501872f17 Clean code with rector 2 2024-01-05 04:33:58 +01:00
Laurent Destailleur
075ee02901 Fix php8.2 warnings 2023-11-27 12:08:48 +01:00
Laurent Destailleur
b89ad8e215 Update stripe comments 2023-11-22 11:16:36 +01:00
Laurent Destailleur
14d153923e Fix phpcs 2023-08-23 17:53:12 +02:00
Laurent Destailleur
71e20b8d13 Log 2023-08-23 00:37:13 +02:00
Laurent Destailleur
b372286188 FIX Bad link into message 2023-08-22 11:08:50 +02:00
Laurent Destailleur
3096f5d1f0 NEW Save date of RUM creation when creating a Stripe SEPA mandate 2023-08-21 02:33:45 +02:00
Laurent Destailleur
6b2c19105e When creating a mandate on SEPA Stripe, we save stripe mandate ID 2023-08-20 23:55:00 +02:00
Laurent Destailleur
8c99d538d4 Save the ext_payment_site value into llx_societe_rib for Stripe SEPA. 2023-08-10 12:28:22 +02:00
Laurent Destailleur
f464c97e98 Code comment 2023-08-03 22:39:41 +02:00
Laurent Destailleur
b4c448a420 Debug v18 2023-06-29 15:54:09 +02:00
Laurent Destailleur
6c110fb2b5 Fix warnings 2023-03-19 10:19:35 +01:00
Laurent Destailleur
17b37941e9 Update stripe.class.php 2023-03-02 13:49:44 +01:00