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-barcode-payments/js/frontend/blocks-barcode.asset.php
feibisi 391c9c43d0 Add Woo Alipay Barcode Pay extension plugin
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.
2025-10-04 21:59:14 +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',
);