diff --git a/angelleye-includes/angelleye-admin-order-payment-process.php b/angelleye-includes/angelleye-admin-order-payment-process.php index 5e016c096..c4760cc8b 100644 --- a/angelleye-includes/angelleye-admin-order-payment-process.php +++ b/angelleye-includes/angelleye-admin-order-payment-process.php @@ -108,8 +108,8 @@ public function angelleye_create_order_button($reason_message) { if (!empty($reason_message)) { $is_disable = 'disabled'; } - $checkbox = '

'; - echo '
' . $reason_message . '' . $checkbox . '
'; + $checkbox = '

'; + echo '
' . $reason_message . '' . $checkbox . '
'; } public function angelleye_is_order_status_pending($order) {