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-fund-auth-payments/js/frontend/blocks-fund-auth.asset.php
feibisi 3c2f93c3e3 Add Alipay fund authorization plugin for WooCommerce
Initial implementation of a WooCommerce payment gateway plugin supporting Alipay fund authorization (preauth), including fund freeze, capture, and unfreeze features. Adds gateway registration, WooCommerce Blocks support, admin actions for capture/unfreeze, and frontend assets. Includes documentation and plugin bootstrap.
2025-10-05 00:00:37 +08:00

10 lines
No EOL
167 B
PHP

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