mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Add eps payment
This commit is contained in:
parent
11693c8df2
commit
f36d6d08df
7 changed files with 374 additions and 1 deletions
|
@ -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/' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue