| @@ -36,8 +36,10 @@ | ||
| 36 | 36 | |
| 37 | 37 | // Turnstile Module Init |
| 38 | 38 | (new \FluentCart\App\Modules\Turnstile\TurnstileInit())->register(\FluentCart\App\App::getInstance()); |
| 39 | 39 | |
| 40 | +(new \FluentCart\App\Modules\FluentPlayer\FluentPlayerAdminAssets())->register(); | |
| 41 | + | |
| 40 | 42 | // Register Pro Gateways Promo |
| 41 | 43 | (new \FluentCart\App\Hooks\Handlers\PromoGatewaysHandler())->register(); |
| 42 | 44 | |
| 43 | 45 | // Register Addon Gateways |
| @@ -74,8 +76,9 @@ | ||
| 74 | 76 | \FluentCart\App\Hooks\Handlers\BlockEditors\Buttons\BuyNowButtonBlockEditor::register(); |
| 75 | 77 | \FluentCart\App\Hooks\Handlers\BlockEditors\Buttons\AddToCartButtonBlockEditor::register(); |
| 76 | 78 | |
| 77 | 79 | \FluentCart\App\Hooks\Handlers\BlockEditors\MiniCartBlockEditor::register(); |
| 80 | +\FluentCart\App\Hooks\Handlers\BlockEditors\Cart\CartBlockEditor::register(); | |
| 78 | 81 | \FluentCart\App\Hooks\Handlers\BlockEditors\ProductCategoriesListBlockEditor::register(); |
| 79 | 82 | \FluentCart\App\Hooks\Handlers\BlockEditors\RelatedProduct\RelatedProductBlockEditor::register(); |
| 80 | 83 | \FluentCart\App\Hooks\Handlers\ShortCodes\Buttons\DirectCheckoutShortcode::register(); |
| 81 | 84 | \FluentCart\App\Hooks\Handlers\ShortCodes\Buttons\AddToCartShortcode::register(); |