Helper: Pass a migrate flag if migrating during token exchange

This commit is contained in:
Konstantin Kovshenin 2017-06-21 16:23:57 +03:00
parent 16f2541e9b
commit 41ea3f3f43
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ class WC_Helper_Compat {
'body' => array(
'request_token' => $request_token,
'home_url' => home_url(),
'migrate' => true,
),
) );