Skip to content

Commit

Permalink
feat(payments): PAYPAL-1781 Set Show PDP setting to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-fetisov committed Nov 10, 2022
1 parent 208a0cc commit 298f87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- Set "Show quick payment buttons" setting to true by default [#2283]https://github.com/bigcommerce/cornerstone/pull/2283

## 6.7.0 (11-03-2022)
- Fixed escaping on created store account confirm message. [#2265]https://github.com/bigcommerce/cornerstone/pull/2265
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"show_accept_klarna": false,
"show_product_details_tabs": true,
"show_product_reviews": true,
"show_quick_payment_buttons": false,
"show_quick_payment_buttons": true,
"show_custom_fields_tabs": false,
"show_product_weight": true,
"show_product_dimensions": false,
Expand Down

0 comments on commit 298f87b

Please sign in to comment.