You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in a php file I create a checkout service with let's say 10€, then I mount the SumUpCard using javascript call (in the same page) with parameters "amount: 50", "currency: EUR" and "locale: it-IT". In the widget, the submit button text is "Pay 10€" but if I make the payment I will pay 50€.
Why the button text do not change? I tried to use showAmount=false but nothing changed.
Hi, in a php file I create a checkout service with let's say 10€, then I mount the SumUpCard using javascript call (in the same page) with parameters "amount: 50", "currency: EUR" and "locale: it-IT". In the widget, the submit button text is "Pay 10€" but if I make the payment I will pay 50€.
Why the button text do not change? I tried to use showAmount=false but nothing changed.
PHP
JS
The text was updated successfully, but these errors were encountered: