Enable wcpay feature flag in plugin and core (https://github.com/woocommerce/woocommerce-admin/pull/4046)
This commit is contained in:
parent
fa873892dd
commit
8b730e6f18
|
@ -9,6 +9,6 @@
|
|||
"onboarding": true,
|
||||
"shipping-label-banner": true,
|
||||
"store-alerts": true,
|
||||
"wcpay": false
|
||||
"wcpay": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"onboarding": true,
|
||||
"shipping-label-banner": true,
|
||||
"store-alerts": true,
|
||||
"wcpay": false
|
||||
"wcpay": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue