| @@ -25,9 +25,9 @@ | ||
| 25 | 25 | $this->getContainer()->getFileManager()->locateJSAsset( 'frontend/product-tiered-pricing-table' ), |
| 26 | 26 | array( 'jquery' ), TierPricingTablePlugin::VERSION ); |
| 27 | 27 | |
| 28 | 28 | wp_enqueue_style( 'tiered-pricing-table-front-css', |
| 29 | - $this->getContainer()->getFileManager()->locateAsset( 'frontend/main.css' ), null, | |
| 29 | + $this->getContainer()->getFileManager()->locateCSSAsset( 'frontend/main.css' ), null, | |
| 30 | 30 | TierPricingTablePlugin::VERSION ); |
| 31 | 31 | |
| 32 | 32 | wp_localize_script( 'tiered-pricing-table-front-js', 'tieredPricingGlobalData', [ |
| 33 | 33 | 'version' => TierPricingTablePlugin::VERSION, |