Add mybank gateway

This commit is contained in:
Emili Castells Guasch 2024-08-21 15:05:11 +02:00
parent 2350a87f6c
commit cf97f0becd
6 changed files with 373 additions and 0 deletions

View file

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