This repository has been archived on 2026-04-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
woo-alipay-huabei-payments/js/frontend/blocks-installment.asset.php
feibisi 8ebd0aa4af Add Woo Alipay Huabei Installment extension
Initial commit of the Woo Alipay - Huabei Installment Extension for WooCommerce. Adds a standalone Alipay Huabei installment payment gateway with admin settings, frontend styles and scripts, WooCommerce Blocks support, and integration hooks. Includes gateway logic, block registration, and plugin bootstrap.
2025-10-04 18:22:48 +08:00

9 lines
No EOL
150 B
PHP

<?php return array(
'dependencies' => array(
'wc-blocks-registry',
'wp-element',
'wp-html-entities',
'wp-i18n',
),
'version' => '3.1.0',
);