Skip to content

Commit

Permalink
Update banner message
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishgurung committed Oct 1, 2024
1 parent f7b235c commit 25b9789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omise-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function embedded_form_notice()

// hide if user enables the embedded form.
if (!(bool)$secure_form_enabled) {
$translation = __('Update your plugin to the latest version to enable Secure Form and maximize the security of your customers’ information. You will need to re-customize the credit card checkout form after the upgrade. <a target="_blank" href="https://www.omise.co/woocommerce-plugin">Learn how to enable Secure Form</a>.', 'omise');
$translation = __('Critical plugin update released: Now compatible with WooCommerce block, and enforces mandatory secure form checkout. Upgrade immediately and re-customize your credit card form to ensure compliance and enhanced customer data protection.', 'omise');
echo "<div class='notice notice-warning is-dismissible'><p><strong>Opn Payments:</strong> $translation</p></div>";
}
}
Expand Down

0 comments on commit 25b9789

Please sign in to comment.