diff --git a/integrations/woocommerce/class-woocommerce.php b/integrations/woocommerce/class-woocommerce.php index 096fb54e..8a16fca1 100755 --- a/integrations/woocommerce/class-woocommerce.php +++ b/integrations/woocommerce/class-woocommerce.php @@ -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() + ) ); }