mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add p24 gateway
This commit is contained in:
parent
cf97f0becd
commit
83cb9d607a
15 changed files with 378 additions and 49 deletions
|
@ -24,6 +24,9 @@ module.exports = {
|
|||
'mybank-payment-method': path.resolve(
|
||||
'./resources/js/mybank-payment-method.js'
|
||||
),
|
||||
'p24-payment-method': path.resolve(
|
||||
'./resources/js/p24-payment-method.js'
|
||||
),
|
||||
},
|
||||
output: {
|
||||
path: path.resolve( __dirname, 'assets/' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue