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

feat(payment): PI-2764 Add a section to display the payment promotion widget in the drop-down of the cart preview. #2523

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix GH build action & added package version and short commit hash to artifact names in GitHub Actions workflow for improved traceability and uniqueness. ([#2494](https://github.com/bigcommerce/cornerstone/pull/2494))
- Bump stencil-utils to 6.18.0 ([#2493](https://github.com/bigcommerce/cornerstone/pull/2493))
- Bump other GH actions to fix warnings related to old versions. ([#2495](https://github.com/bigcommerce/cornerstone/pull/2495))
- Add a section to display the payment promotion widget in the drop-down of the cart preview. ([#2523](https://github.com/bigcommerce/cornerstone/pull/2523))
- Add support Node 20 ([#2519](https://github.com/bigcommerce/cornerstone/pull/2519))

## 6.15.0 (10-18-2024)
Expand Down
1 change: 1 addition & 0 deletions templates/components/common/cart-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ <h6 class="previewCartItem-name">
</li>
{{/each}}
</ul>
{{{cart.preview_payment_widget}}}
<div class="previewCartAction">
{{#if cart.show_primary_checkout_button}}
<div class="previewCartAction-checkout">
Expand Down
Loading