mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Add mybank gateway
This commit is contained in:
parent
2350a87f6c
commit
cf97f0becd
6 changed files with 373 additions and 0 deletions
|
@ -21,6 +21,9 @@ module.exports = {
|
|||
'ideal-payment-method': path.resolve(
|
||||
'./resources/js/ideal-payment-method.js'
|
||||
),
|
||||
'mybank-payment-method': path.resolve(
|
||||
'./resources/js/mybank-payment-method.js'
|
||||
),
|
||||
},
|
||||
output: {
|
||||
path: path.resolve( __dirname, 'assets/' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue