| 开发者 |
phpawcom
s4d |
|---|---|
| 更新时间 | 2026年6月13日 05:02 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
No. Refund attempts that don't match the order total are rejected with a clear error.
Yes. The settings option key (woocommerce_thawani_settings) and the legacy mapping table ({prefix}thawani_invoice_map) are preserved.
Enable Test mode in the gateway settings. The form ships with public Thawani UAT credentials.
Requires Plugins: woocommerce header and an ABSPATH guard to the blocks asset manifest.WC_GATEWAY_THAWANI_* to THAWANI_* to clear Plugin Check warnings about the WooCommerce-reserved WC_ prefix.phpcs.xml.dist declaring the plugin's accepted prefixes and text domain so coding-standard scans recognize correctly-prefixed hooks.thawani-payment-gateway-for-woocommerce. Translation files have been renamed accordingly.load_plugin_textdomain() call (WP auto-loads bundled translations), tightened input casts at checkout and in the saved-card AJAX handler, and prefixed the currency conversion filter as thawani_gateway_convert_to_omr (the legacy thawani_convert_to_omr continues to work via apply_filters_deprecated).