Laurent Destailleur
889811c6d1
Fix amount on renewal for membership
2023-05-02 12:38:25 +02:00
Laurent Destailleur
dfda68a63c
Debug v17 - Online membership subscription of members
2023-02-09 14:33:09 +01:00
Laurent Destailleur
30ed312913
FIX Try to fix stripe warning
2023-02-04 16:01:00 +01:00
Laurent Destailleur
1bbcd3c403
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-01-30 02:29:43 +01:00
Laurent Destailleur
c4d8268ea5
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-01-30 02:27:28 +01:00
Laurent Destailleur
194f803dbd
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-01-30 02:26:13 +01:00
Laurent Destailleur
10d822896d
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2023-01-30 02:23:45 +01:00
Eric Seigne
d3b1ee367a
fix #23716 : handle hookmanagers returns
2023-01-28 14:27:45 +01:00
ptibogxiv
805bf64428
Fix php 8 error
2023-01-08 15:00:58 +01:00
Laurent Destailleur
194df584b9
Fix log
2022-10-31 18:16:24 +01:00
Laurent Destailleur
fdc5cc6d6e
Add more log in payment process
2022-10-31 17:47:21 +01:00
Laurent Destailleur
41a07f5e7d
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-10-29 12:51:51 +02:00
Laurent Destailleur
4b7655b784
Fix log
2022-10-27 02:21:04 +02:00
Laurent Destailleur
fde8d2865f
Add a line into log
2022-10-27 02:06:02 +02:00
stickler-ci
3cd11fefe9
Fixing style errors.
2022-10-22 17:43:17 +00:00
ptibogxiv
6c87982838
Fix newpayment.php with stripeconnect
2022-10-22 19:42:44 +02:00
Laurent Destailleur
2484fefa4d
Fix deprecated
2022-10-16 21:01:05 +02:00
Laurent Destailleur
9fa00c1771
Fix trans in comments
2022-10-12 15:29:30 +02:00
Alexandre SPANGARO
a7a39cba97
Use isModEnabled
2022-09-25 21:59:46 +02:00
lmarcouiller
b0d2aa6d9b
Fix : php 8.1 warnings
2022-09-23 16:05:11 +02:00
Laurent Destailleur
2f2349d738
Fix warnings
2022-09-21 03:27:51 +02:00
Frédéric France
8d33953142
add comment
2022-09-07 20:08:59 +02:00
Frédéric France
8e66b7207e
replace ! empty by !empty
2022-08-31 22:14:20 +02:00
Laurent Destailleur
2e905b127a
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/admin/productaccount.php
htdocs/accountancy/index.php
htdocs/product/admin/product.php
2022-08-25 14:35:08 +02:00
Laurent Destailleur
9f3ed07e87
Trans
2022-08-23 11:00:28 +02:00
Yoan Mollard
6a8882b60d
Bugfix: regression, keep newamount equal to amount for the payment
...
Follows 759900bcce
2022-06-30 00:39:13 +02:00
stickler-ci
f4c7c03dc1
Fixing style errors.
2022-06-29 14:38:43 +00:00
Yoan Mollard
759900bcce
No longer allow to edit amount in the payment step
...
If amount is editable, edition has been done in the previous screen in
public/members/new.php
It also allows the possibility to prevent the visitor from doing a >0
payment if this is not wanted.
2022-06-29 00:27:18 +02:00
Yoan Mollard
ea0c710104
dopayment string fix
2022-06-29 00:23:27 +02:00
Laurent Destailleur
bedb08df50
Clean and debug online payment code
2022-04-08 15:15:55 +02:00
Laurent Destailleur
6169f76a34
Add log for debug. Make new method for stripe payment an option.
2022-04-08 12:38:49 +02:00
Laurent Destailleur
5ea42825fb
Merge pull request #19362 from ptibogxiv/patch-451
...
NEW stripe element with more gateways
2022-04-08 09:45:22 +02:00
Laurent Destailleur
00e6d2786d
Do not use dol_hash anymore for the name of cookies.
2022-02-21 12:21:43 +01:00
Laurent Destailleur
3ab2308124
Clean code
2022-02-18 12:36:05 +01:00
Laurent Destailleur
5b8d6e60e4
Debug v15
2022-01-05 10:43:05 +01:00
Laurent Destailleur
1d80b8394a
Debug v15
2022-01-04 12:56:08 +01:00
Laurent Destailleur
7edba34107
Debug and secure the signature feature
2021-12-25 17:08:40 +01:00
Laurent Destailleur
3fc0205d0b
Fix responsive
2021-12-25 12:44:46 +01:00
Christian Foellmann
6608f5f0d8
update all script tags to be uniform. language="javascript" removed
...
https://developer.mozilla.org/en-US/docs/web/html/element/script#attr-language
2021-11-29 15:09:18 +01:00
Laurent Destailleur
27ae8f61bd
FIX Check on Stripe REAL amount currency before validating membership
2021-11-27 19:04:39 +01:00
Laurent Destailleur
54e335937f
FIX Bad redirect url for payment of members after public registration
2021-11-27 18:05:41 +01:00
Laurent Destailleur
6e27abaed9
FIX redirect to payment page when membership payment mode forced
2021-11-27 17:19:16 +01:00
Laurent Destailleur
441af6b6fb
Fix add rel="noopener noreferrer"
2021-11-22 02:35:55 +01:00
stickler-ci
dbcdf8aaa3
Fixing style errors.
2021-11-12 10:22:46 +00:00
ptibogxiv
bd125910ab
NEW stripe element with more gateways
2021-11-12 11:18:30 +01:00
Laurent Destailleur
252c910962
Debug feature for proposal signature
2021-10-18 20:46:28 +02:00
Laurent Destailleur
deb1965cd5
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/comm/action/card.php
htdocs/compta/paiement/list.php
htdocs/core/class/commonobject.class.php
htdocs/mrp/mo_list.php
htdocs/projet/tasks/task.php
htdocs/public/payment/newpayment.php
2021-09-20 17:15:12 +02:00
Laurent Destailleur
2810315dc5
Fix payment of registration of event
2021-09-18 13:19:29 +02:00
Laurent Destailleur
5fa62f25fa
Fix registration of attendee
2021-09-18 12:39:26 +02:00
Laurent Destailleur
16331ce87b
Better detection of company
2021-09-16 18:53:00 +02:00