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