multiple paypal load buttons fix

This commit is contained in:
Čarodej
2022-06-13 11:23:47 +02:00
parent 38854be63c
commit 447535bd26
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
}"
>
<PaymentMethod
@click.native="payByPayPal"
@click.native.once="payByPayPal"
driver="paypal"
:description="config.paypal_payment_description"
>

View File

@@ -31,7 +31,7 @@
}"
>
<PaymentMethod
@click.native="payByPayPal"
@click.native.once="payByPayPal"
driver="paypal"
:description="$t(config.paypal_payment_description)"
>