mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
multiple paypal load buttons fix
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
}"
|
||||
>
|
||||
<PaymentMethod
|
||||
@click.native="payByPayPal"
|
||||
@click.native.once="payByPayPal"
|
||||
driver="paypal"
|
||||
:description="config.paypal_payment_description"
|
||||
>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
}"
|
||||
>
|
||||
<PaymentMethod
|
||||
@click.native="payByPayPal"
|
||||
@click.native.once="payByPayPal"
|
||||
driver="paypal"
|
||||
:description="$t(config.paypal_payment_description)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user