• Resolved voxoff

    (@voxoff)


    Hi, there is an error in your last update the file style-point-selection-block.css is missing giving an 404 not found error.

    Please check out your code in CheckoutIntegration.php

    public function register_shipping_workshop_block_editor_styles() : void
    {
    $style_path = ‘/build/style-point-selection-block.css’;
    $style_url = \plugins_url($style_path, $this->plugin_file);
    \wp_enqueue_style($this->integration_name . ‘-blocks-integration-editor’, $style_url, [], $this->get_file_version($style_path));
    }

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘build/style-point-selection-block.css 404 not found’ is closed to new replies.