Add multibanco gateway (WIP)

This commit is contained in:
Emili Castells Guasch 2024-08-22 17:39:52 +02:00
parent 2699629b90
commit ec06ea5f27
6 changed files with 412 additions and 0 deletions

View file

@ -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/' ),