Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to set button style #68

Open
vandres opened this issue Sep 23, 2022 · 0 comments
Open

Allow to set button style #68

vandres opened this issue Sep 23, 2022 · 0 comments
Labels
💡 enhancement Ideas and suggestions New

Comments

@vandres
Copy link

vandres commented Sep 23, 2022

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'
  }
});
@vandres vandres added New 💡 enhancement Ideas and suggestions labels Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 enhancement Ideas and suggestions New
Projects
None yet
Development

No branches or pull requests

1 participant