woocommerce-paypal-payments/modules/ppcp-button
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
..
resources Merge branch 'trunk' into PCP-114-sca-when-required 2021-08-03 15:20:23 +02:00
src Use Composer modules and convert modules to PSR-4 2021-08-26 11:01:20 +02:00
.babelrc move module.local to module 2020-09-01 14:21:58 +03:00
composer.json Use Composer modules and convert modules to PSR-4 2021-08-26 11:01:20 +02:00
extensions.php change namespace vendor to WooCommerce 2020-09-11 14:11:10 +03:00
module.php change namespace vendor to WooCommerce 2020-09-11 14:11:10 +03:00
package.json move module.local to module 2020-09-01 14:21:58 +03:00
services.php Do not display smart buttons if current states is not onboarded 2021-07-27 11:07:51 +02:00
webpack.config.js enqueue styles for dcc logos in frontend 2020-09-18 15:38:38 +03:00
yarn.lock move module.local to module 2020-09-01 14:21:58 +03:00