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