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.
10 lines
No EOL
167 B
PHP
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',
|
|
); |