mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Add a note about the modularity namespaces breaking change
This commit is contained in:
parent
769699763d
commit
4354be5adc
2 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
* Enhancement - Hide Pay upon Invoice tab if not available for merchant #978
|
||||
* Enhancement - Handle synced sub without upfront payment like free trial #936
|
||||
* Enhancement - Isolate container and modularity deps #972
|
||||
**NOTE**: if you were extending/modifying the plugin using the modularity system,
|
||||
you will need to add the `WooCommerce\PayPalCommerce\Vendor\` prefix for the container/modularity namespaces in your code,
|
||||
that is `Psr\Container\ContainerInterface` becomes `WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface`,
|
||||
and `Dhii\Modular\Module\ModuleInterface` becomes `WooCommerce\PayPalCommerce\Vendor\Dhii\Modular\Module\ModuleInterface`.
|
||||
* Enhancement - PUI gateway displayed on pay for order page when mandatory billing fields are left empty or country is unsupported #966
|
||||
* Enhancement - When Brand Name field is left empty, PUI purchase fails #916
|
||||
* Enhancement - Improve styling when using separate buttons #996
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue