Add eps payment

This commit is contained in:
Emili Castells Guasch 2024-08-20 17:27:03 +02:00
parent 11693c8df2
commit f36d6d08df
7 changed files with 374 additions and 1 deletions

View file

@ -15,6 +15,9 @@ module.exports = {
'blik-payment-method': path.resolve(
'./resources/js/blik-payment-method.js'
),
'eps-payment-method': path.resolve(
'./resources/js/eps-payment-method.js'
),
},
output: {
path: path.resolve( __dirname, 'assets/' ),