mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add ideal gateway
This commit is contained in:
parent
907656ca88
commit
6dee62747c
6 changed files with 377 additions and 0 deletions
|
@ -18,6 +18,9 @@ module.exports = {
|
|||
'eps-payment-method': path.resolve(
|
||||
'./resources/js/eps-payment-method.js'
|
||||
),
|
||||
'ideal-payment-method': path.resolve(
|
||||
'./resources/js/ideal-payment-method.js'
|
||||
),
|
||||
},
|
||||
output: {
|
||||
path: path.resolve( __dirname, 'assets/' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue