Check to enable automated taxes after Jetpack connection is made. (https://github.com/woocommerce/woocommerce-admin/pull/5210)

This commit is contained in:
Jeff Stieler 2020-09-29 19:57:06 -04:00 committed by GitHub
parent 2ba064abf4
commit 6db31e351f
1 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,14 @@ class OnboardingAutomateTaxes {
'on_onboarding_profile_completed',
)
);
add_action(
'jetpack_authorize_ending_authorized',
array(
__CLASS__,
'on_onboarding_profile_completed',
)
);
}
/**