Skip to content

Commit

Permalink
feat(payment): PAYPAL-2039 added style configs to payment buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-dronov committed Jun 7, 2023
1 parent 9bcd8f2 commit 400aefd
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Draft
- (sanitize product.description) in the theme results to ‘error length of description’ from Google indexing for lengthy product description [#2363](https://github.com/bigcommerce/cornerstone/pull/2363)
- Added style configs to payment buttons [#2361](https://github.com/bigcommerce/cornerstone/pull/2361)

## 6.11.0 (05-24-2023)
- Reverted fix for sold-out badge appearance [#2354](https://github.com/bigcommerce/cornerstone/pull/2354)
Expand Down
17 changes: 17 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,23 @@
"pdp-non-sale-price-label": "",
"pdp-retail-price-label": "",
"pdp-custom-fields-tab-label": "",
"paymentbuttons-paypal-product-details-page-color": "gold",
"paymentbuttons-paylater-product-details-page-color": "gold",
"paymentbuttons-venmo-product-details-page-color": "blue",
"paymentbuttons-paypal-cart-page-add-cart-color": "gold",
"paymentbuttons-paylater-cart-page-add-cart-color": "gold",
"paymentbuttons-venmo-cart-page-add-cart-color": "blue",
"paymentbuttons-paypal-checkout-on-top-color": "gold",
"paymentbuttons-paylater-checkout-on-top-color": "gold",
"paymentbuttons-venmo-checkout-on-top-color": "blue",
"paymentbuttons-paypal-checkout-payment-color": "gold",
"paymentbuttons-paylater-checkout-payment-color": "gold",
"paymentbuttons-venmo-checkout-payment-color": "blue",
"paymentbuttons-paypal-checkout-payment-label": "checkout",
"paymentbuttons-paypal-checkout-on-top-payment-label": "checkout",
"paymentbuttons-paypal-cart-page-add-cart-label": "checkout",
"paymentbuttons-paypal-product-details-page-label": "checkout",
"paymentbuttons-paypal-checkout-payment-size": "medium",
"paymentbuttons-paypal-color": "gold",
"paymentbuttons-paypal-shape": "rect",
"paymentbuttons-paypal-label": "checkout",
Expand Down

0 comments on commit 400aefd

Please sign in to comment.