This commit is contained in:
Sam Seay 2021-03-03 11:59:18 +13:00 committed by GitHub
parent 2cbf73b6a4
commit 7229948cd1
3 changed files with 7 additions and 0 deletions

View File

@ -97,4 +97,8 @@ export const getRevenueOptions = ( numberConfig, country ) => [
formatAmount( convertCurrency( 250000, country ) )
),
},
{
key: 'rather-not-say',
label: __( "I'd rather not say", 'woocommerce-admin' ),
},
];

View File

@ -89,6 +89,8 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Fix: Update payment card style on mobile #6413
- Fix: Missing i18n in Welcome modal. #6456
- Fix: Restore visual styles back to Analytics tabs. #5913
- Add: Add a "rather not say" option to revenue in the profile wizard. #6475
== 2.1.0 ==

View File

@ -315,6 +315,7 @@ class OnboardingProfile extends \WC_REST_Data_Controller {
'10000-50000',
'50000-250000',
'more-than-250000',
'rather-not-say',
),
),
'other_platform' => array(