Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Pills and tooltips in product step of OBW #4707

Merged
merged 13 commits into from
Jul 21, 2020
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into pills-and-tooltips-in-obw
becdetat authored Jul 4, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ebb71a689bd6905c418cb0bbbfa12bf4dfb758ae
4 changes: 2 additions & 2 deletions src/Features/Onboarding.php
Original file line number Diff line number Diff line change
@@ -337,10 +337,10 @@ public static function get_allowed_industries() {
public static function get_allowed_product_types() {
$product_types = self::append_product_data(
array(
'physical' => array(
'physical' => array(
'label' => __( 'Physical products', 'woocommerce-admin' ),
),
'downloads' => array(
'downloads' => array(
'label' => __( 'Downloads', 'woocommerce-admin' ),
),
'subscriptions' => array(
You are viewing a condensed version of this merge commit. You can view the full changes here.