Commit graph

10 commits

Author SHA1 Message Date
Daniel Dudzic
a0a7d042b4
Fix first batch of typos 2025-03-24 14:09:19 +01:00
Pedro Silva
510a6c6913
Improve fraud prevention capabilities 2024-03-27 11:50:40 +00:00
Pedro Silva
9032457868
Fix ThreeDSecure warning. 2024-02-22 17:59:43 +00:00
Narek Zakarian
70b6370195
Improve the capitalization of "3DS Authentication Result" text 2024-02-12 16:24:16 +04:00
Emili Castells Guasch
056cb9fcc2 Fix phpunit 2023-11-23 14:53:47 +01:00
Emili Castells Guasch
5e6efdd3e3 Fix 3DS authentication result 2023-11-21 14:57:55 +01:00
Emili Castells Guasch
00d9cf52a4 Fix psalm 2023-10-27 15:28:01 +02:00
Emili Castells Guasch
518a1f4e4e Refactor payment source to handle arbitrary types 2023-10-20 12:54:00 +02:00
dinamiko
57ff2cc649 Fix merge conflicts 2021-09-30 12:52:15 +02:00
Anton Ukhanev
d4c8282518 Use Composer modules and convert modules to PSR-4
PSR-4 is much more robust and predictable. But to do this,
a source root dir must be specified for every module.
This could be done in the root file, but this is not very modular.
Instead, now every module declares its own source root by using
the amazing Composer Merge Plugin. This approach allows each module
to also declare its own dependencies. Together, these changes allow
modules to be easily extractable to separate pacakges when the need
arises, and in general improves modularity significantly.
2021-08-26 11:01:20 +02:00
Renamed from modules/ppcp-button/src/Helper/class-threedsecure.php (Browse further)