Merge pull request #24347 from juliquiron/fix/country-select-selectwoo

Added selectWoo as dependency of country-select.
This commit is contained in:
Gerhard Potgieter 2019-09-30 13:57:33 +02:00 committed by GitHub
commit 7870717995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class WC_Frontend_Scripts {
),
'wc-country-select' => array(
'src' => self::get_asset_url( 'assets/js/frontend/country-select' . $suffix . '.js' ),
'deps' => array( 'jquery' ),
'deps' => array( 'jquery', 'selectWoo' ),
'version' => WC_VERSION,
),
'wc-credit-card-form' => array(