Skip to content

Commit

Permalink
Fixed var.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Apr 3, 2024
1 parent a03fbd6 commit a8a0fc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PickupDelivery.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ public static function register_classic_checkout_fields( $fields ) {
'label' => $customer_number_field_label,
'current_location' => $current_location,
'default' => $current_customer_number,
'required' => $cu,
);

return $fields;
Expand Down

0 comments on commit a8a0fc2

Please sign in to comment.