[ad_1]
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
