Я использую умную кнопку PayPal Checkout.js. Я только что попытался использовать приведенный ниже код
<!DOCTYPE html>
<head>
<!-- Add meta tags for mobile and IE -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
</head>
<body>
<!-- Set up a container element for the button -->
<div id="paypal-button-container"></div>
<!-- Include the PayPal JavaScript SDK -->
<script src="https://www.paypal.com/sdk/js?client-id=sb¤cy=USD"></script>
<script>
// Render the PayPal button into #paypal-button-container
paypal.Buttons({
}).render('#paypal-button-container');
</script>
</body>
Когда я компилирую в редакторе открытого кода, он показывает ![enter image description here](https://i.stack.imgur.com/xhZ8F.png)
На моем сайте это показывает ![enter image description here](https://i.stack.imgur.com/ErALi.png)
Я не знаю, по какой причине это имеет значение? Я только хочу показать кнопку «Дебет» или «Кредитная карта»