| 开发者 | allscaleio |
|---|---|
| 更新时间 | 2026年6月22日 23:18 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
allscale-checkout.Sandbox mode has been retired. To test without real payments, create a test store in your AllScale dashboard and use its credentials. Both test and production stores share the same openapi.allscale.io base URL.
No — AllScale does not expose webhook-management API endpoints. The merchant must paste the URL into the AllScale dashboard manually. The plugin shows when a webhook was last received so misconfigurations surface quickly.
No. AllScale is non-custodial; funds settle directly to your wallet. To refund a customer, send the amount back from your wallet, then update the order status in WooCommerce.
USD, AUD, CAD, CNY, EUR, GBP, HKD, JPY, SGD. You can also enable native USDT pricing for crypto-first stores.
AllscaleAdmin script handle, and the text domain are unchanged.wp_kses allowlist was stripping the hidden and data-as-* attributes from form controls, which left an empty error bar permanently visible under "Connection" and disabled the "Test connection" and webhook "Copy" buttons. Added the required attributes so these controls work as intended.$_GET page-detection values.wp_kses allowlist, translator comments repositioned for i18n linting, removed the discouraged load_plugin_textdomain call (WordPress.org auto-loads translations) and the now-unused Domain Path header, and trimmed the readme short description to 150 characters..wordpress-org/ marketplace assets, internal docs/, dev-facing README.md) via a .distignore file. v0.0.4 ZIPs accidentally bundled all of that — merchants now get only the runtime code. No code-behavior changes.== External services == and == Privacy == readme sections required by WordPress.org for any plugin that communicates with an external API. Added == Screenshots == section referencing the four images in .wordpress-org/. No code-behavior changes.allscale-checkout-woocommerce to allscale-wordpress-plugin. Old URLs continue to redirect via GitHub's rename mechanism.Api_Client::get_intent_status() — dead code, never called (the return-URL fallback uses get_intent_details for full fields). Restore in 5 lines if a future polling path needs it.Admin::render_notices ships 4 notice types (settings save result, first webhook, sandbox migration, credentials missing) and the other 3 from the design brief live in their own surfaces (WC-required notice in Plugin, currency-unsupported inline on the settings page, activation/get-started via the setup wizard).redirect_url moved to top level; user_id / user_name now sent./v1/test/ping before storing them.init, no longer dependent on the gateway constructor running.mb_strimwidth for order descriptions — CJK / emoji product names no longer get sliced mid-character.cancelled added to terminal-status exclusion.allscale-checkout.