craftcms / commerce-paypal-checkout

PayPal Checkout gateway for Craft Commerce.
https://plugins.craftcms.com/commerce-paypal-checkout
MIT License
5 stars 10 forks source link

Allow to set button style #68

Open vandres opened 1 year ago

vandres commented 1 year ago

What are you trying to do? I would be nice to be able, to apply the SDK button styles: https://developer.paypal.com/sdk/js/reference/#style

What's your proposed solution?

paypal_checkout_sdk.Buttons({
  // provided by developer
  style: {
    layout: 'vertical',
    color:  'blue',
    shape:  'rect',
    label:  'paypal'
  }
});