Initial implementation of the Woo Alipay - Barcode Pay Extension for WooCommerce. Adds a new payment gateway for Alipay barcode payments, including frontend and backend support, WooCommerce Blocks integration, REST API enhancements, and plugin setup files. Requires Woo Alipay and WooCommerce plugins.
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',
|
|
); |