Show payments task for non-US stores when wcpay installed (https://github.com/woocommerce/woocommerce-admin/pull/5166)
This commit is contained in:
parent
feddd93d66
commit
12ffd61133
|
@ -191,7 +191,7 @@ export function getAllTasks( {
|
|||
} );
|
||||
updateQueryString( { task: 'payments' } );
|
||||
},
|
||||
visible: ! woocommercePaymentsInstalled,
|
||||
visible: ! woocommercePaymentsInstalled || countryCode !== 'US',
|
||||
time: __( '2 minutes', 'woocommerce-admin' ),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue