Skip to content

Commit

Permalink
fix syntax error on php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jan 5, 2025
1 parent ef6d43a commit 7147295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/woocommerce/class-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ public function add_checkout_block_field() {
'location' => 'order',
'type' => 'checkbox',
'label' => $this->get_label_text(),
'optionalLabel' => $this->get_label_text(),
),
'optionalLabel' => $this->get_label_text()
)
);
}

Expand Down

0 comments on commit 7147295

Please sign in to comment.