Skip to content

Commit

Permalink
fix(checkout): fix myparcel div not found (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen authored Apr 22, 2024
1 parent 0aeb3c3 commit e7d75d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/frontend/class-wcmp-checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class WCMP_Checkout

public function __construct()
{
add_action('wp_enqueue_scripts', [$this, 'enqueue_frontend_scripts'], 100);
add_action('wp', [$this, 'enqueue_frontend_scripts'], 100);

// Save delivery options data
add_action('woocommerce_checkout_update_order_meta', [$this, 'save_delivery_options'], 10, 2);
Expand Down

0 comments on commit e7d75d2

Please sign in to comment.