woocommerce-paypal-payments/modules/ppcp-wc-gateway
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
..
assets/images use new svgs / pcp-38 2020-09-02 15:39:46 +03:00
resources/js Check if variable exist before calling it, persist vault enabled when token creation fails 2021-07-27 10:47:16 +02:00
src Use Composer modules and convert modules to PSR-4 2021-08-26 11:01:20 +02:00
composer.json Use Composer modules and convert modules to PSR-4 2021-08-26 11:01:20 +02:00
extensions.php change credentials, endpoint urls, plugin url, js sdk date 2020-10-13 09:42:34 +03:00
module.php change namespace vendor to WooCommerce 2020-09-11 14:11:10 +03:00
package.json allow to enable either vault or pay later message 2021-03-25 10:21:28 +02:00
services.php Use Composer modules and convert modules to PSR-4 2021-08-26 11:01:20 +02:00
webpack.config.js remove forgotten debugger from webpack config 2021-03-25 16:56:55 +02:00
yarn.lock Do not return stored tokens in meta but call the endpoint each time 2021-03-29 11:57:03 +02:00