Skip to content

Commit

Permalink
feat(payment): PI-2764 Add a section to display the payment promotion…
Browse files Browse the repository at this point in the history
… widget in the drop-down of the cart preview.
  • Loading branch information
bc-phargelm committed Dec 19, 2024
1 parent 0188ef3 commit 1cb9d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit 1cb9d90

Please sign in to comment.