Merge pull request #32506 from woocommerce/fix/hidden_wcpay_task
WCPayments task is not visible after installing the plugin
This commit is contained in:
commit
61e0a51854
|
@ -201,7 +201,10 @@ class BusinessDetails extends Component {
|
|||
|
||||
const promises = [
|
||||
this.persistProfileItems( {
|
||||
business_extensions: businessExtensions,
|
||||
business_extensions: [
|
||||
...businessExtensions,
|
||||
...alreadyActivatedExtensions,
|
||||
],
|
||||
} ),
|
||||
];
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: fix
|
||||
|
||||
WCPayments task is not visible after installing the plugin #32506
|
Loading…
Reference in New Issue