mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Refactor AXO module frontend
This commit is contained in:
parent
7f93e5762d
commit
91b2df246f
6 changed files with 226 additions and 142 deletions
4
modules/ppcp-axo/resources/js/Helper/Debug.js
Normal file
4
modules/ppcp-axo/resources/js/Helper/Debug.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
export function log(...args) {
|
||||
console.log('[AXO] ', ...args);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue