forked from shopware/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEXT-39801 - Fix payment method active toggle
fixes shopware#5690
- Loading branch information
1 parent
18db357
commit ad03a94
Showing
4 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
changelog/_unreleased/2024-11-27-fix-payment-method-active-toggle.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Fix payment method active toggle | ||
issue: NEXT-00000 | ||
author: Elias Lackner | ||
author_email: [email protected] | ||
author_github: @lacknere | ||
--- | ||
# Administration | ||
* Changed `setPaymentMethodActive` method in `sw-payment-card` component to receive the switch field active state and prevent emitting `set-payment-active` event if the active state is unchanged. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters