Commit Graph

214 Commits

Author SHA1 Message Date
Laurent Destailleur
722378916b FIX Bad link into message 2023-08-22 15:22:53 +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
hystepik
6d6ba3fa83 Fix : php 8.0 warnings + errors 2023-02-28 14:37:50 +01:00
Laurent Destailleur
62c6178269 Work on SEPA Stripe Payments 2023-02-24 23:15:54 +01:00
Lucas Marcouiller
1115f9c0c9 Merge branch 'develop' into develop#2 2023-02-09 10:14:27 +01:00
Laurent Destailleur
c3e5977174 NEW sepaStripe now creates the payment mode with type pm_ using new API 2023-02-06 19:22:08 +01:00
Laurent Destailleur
bf13a8ead9 Code comment 2023-02-06 18:17:02 +01:00
Laurent Destailleur
fe35f5ec28 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-06 14:21:25 +01:00
Laurent Destailleur
30ed312913 FIX Try to fix stripe warning 2023-02-04 16:01:00 +01:00
Laurent Destailleur
116cf440de Fix stripe warning 2023-02-04 15:52:25 +01:00
hystepik
5b52dc9f04 Fix : stripe sepa payment process 2023-01-31 10:43:58 +01:00
Laurent Destailleur
373c8d83df Doc 2023-01-24 23:26:17 +01:00
Laurent Destailleur
e2dd443c58 Doc 2023-01-20 16:04:23 +01:00
Laurent Destailleur
0721c8b5d8 Clean code 2023-01-20 15:14:44 +01:00
Laurent Destailleur
b78eebaae2 Clean code 2023-01-20 12:44:56 +01:00
Laurent Destailleur
a7e8460e3c Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-02 16:46:48 +01:00
ptibogxiv
0915374fa1 Fix php 8 errors 2023-01-01 16:54:36 +01:00
Laurent Destailleur
e977a95cc7 Fix warning 2022-12-31 13:23:09 +01:00
Laurent Destailleur
c886bad8b6 Fix warning 2022-12-28 17:00:28 +01:00
Laurent Destailleur
18c9685051 Rename table to prepare need of direct debit for non invoices 2022-10-28 17:51:25 +02:00
Laurent Destailleur
9b1a01bbd6 Clean code 2022-10-13 04:49:45 +02:00
Laurent Destailleur
584f9e6a73 Clean code to manage SEPA payment using external service 2022-09-09 04:43:15 +02:00
Laurent Destailleur
9a09e0f304 Merge SEPA payment using Stripe manually. 2022-09-09 02:26:45 +02:00
lmarcouiller
c8ddcf86b6 fix Ci error 2022-09-01 16:06:03 +02:00
lmarcouiller
06fafc9d7b New : Add action to push banque account in Stripe account 2022-09-01 15:04:30 +02:00
ptibogxiv
8dcceeb127 FIX setup intent stripe
Klarna not supported
2022-07-29 18:12:17 +02:00
Laurent Destailleur
2e42f45c99 FIX php8 2022-07-16 12:02:17 +02:00
ptibogxiv
348fb8e9f2 Stripe Terminal 2022-06-12 21:34:35 +02:00
Laurent Destailleur
4de50da0dd Repare code to forbidden var_dump() into code 2022-05-17 14:55:38 +02:00
ptibogxiv
1ce7d3ad8b Fix stripe SetupIntent
Klarna not possible for SetupIntent
2022-01-15 23:26:46 +01:00
stickler-ci
daadcf2fc3 Fixing style errors. 2021-11-12 12:23:40 +00:00
ptibogxiv
991c1b4f13 ADD Klarna provider with Stripe 2021-11-12 13:20:58 +01:00
Laurent Destailleur
3d72a21396 Clean code 2021-08-28 03:09:41 +02:00
Laurent Destailleur
3b6559b1a6 Clean code by adding cast int. 2021-08-27 18:53:45 +02:00
Laurent Destailleur
5a5fa1edbb Fix regression amount was always empty. 2021-05-27 11:57:17 +02:00
Laurent Destailleur
ca1715df96 Add some protection for SQL injection 2021-03-22 13:31:06 +01:00
Frédéric FRANCE
ebfba19778 code syntax s... t.. dir 2021-02-26 21:17:52 +01:00
Laurent Destailleur
153d3855ad Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop 2021-02-03 17:20:26 +01:00
Laurent Destailleur
5a969539d2 Better log 2021-02-03 17:20:05 +01:00
Laurent Destailleur
bf2defbef4 More complete log 2021-02-03 12:04:28 +01:00
Laurent Destailleur
4d029194d3 Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/core/lib/ajax.lib.php
	htdocs/margin/agentMargins.php
	htdocs/margin/customerMargins.php
2021-02-02 13:22:23 +01:00
Laurent Destailleur
2f6a8c85c2 Doc 2021-02-02 10:25:57 +01:00
Laurent Destailleur
0ead5abaa8 Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/stripe/class/stripe.class.php
2021-01-28 23:22:35 +01:00
Laurent Destailleur
6ed3a1c227 Fix idempotencey make stripe payment fails 2021-01-28 23:18:10 +01:00
Laurent Destailleur
848b4db509 Fix regression: It was not more possible to create payment offline 2021-01-28 23:13:43 +01:00
Laurent Destailleur
616a66702c Try a fix to solve offline payment problems 2021-01-28 22:32:00 +01:00
Laurent Destailleur
3571b868fe Add log 2021-01-28 22:10:38 +01:00
Laurent Destailleur
1ea1dd9c33 Add doc 2021-01-28 22:06:13 +01:00