Update default layout settings for PayPal smart buttons #1486
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
Changes the default layout options for PayPal smart buttons based on recommendations from PayPal - vertical layout is preferred, and the size and tagline options must be acceptable matching values based on the PayPal JS SDK (tagline must be false, and buttons must be larger than small).
Tickets / Documentation
https://developer.paypal.com/docs/archive/checkout/how-to/customize-button/
Screenshots (if appropriate)
Before:
![Screen Shot 2019-04-18 at 4 49 21 PM](https://user-images.githubusercontent.com/2160169/56875471-946e6180-6a84-11e9-871d-167da0e47c7d.png)
After:
![Screen Shot 2019-04-18 at 1 00 52 PM](https://user-images.githubusercontent.com/2160169/56875479-9afcd900-6a84-11e9-807f-e483e04e9cbe.png)