Пользовательская кнопка Braintree Paypal в Salesforce Commerce Cloud

Я пытаюсь переопределить стиль по умолчанию для кнопки PayPal в Braintree - Salesforce Commerce Cloud

<script>
       (function() {
           braintreeUtils.payPal.init({
               .
               .
               style: {
                        size: 'medium',
                        shape: 'rect',
                        tagline: 'false',
                        label: 'paypal',
                        color: 'silver' --Here I need white color
               }
               .
               .
         })
</script>

0 ответов

Другие вопросы по тегам