Add ideal gateway

This commit is contained in:
Emili Castells Guasch 2024-08-21 13:04:16 +02:00
parent 907656ca88
commit 6dee62747c
6 changed files with 377 additions and 0 deletions

View file

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