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

Fix removal of express payment method from state #44633

Merged
merged 7 commits into from
Feb 16, 2024

Commits on Feb 15, 2024

  1. Fix removal of express payment method from state

    - Correct the logic for removing an express payment method from the availableExpressPaymentMethods state object.
    - Previously, the deletion targeted the incorrect object, leading to incorrect change in state. Now, the correct entry is removed using destructuring and rest parameters, ensuring the express payment method is properly deleted.
    tarunvijwani committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8e24553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae2a4ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82f97b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    5f393d2 View commit details
    Browse the repository at this point in the history
  2. Add changefile(s) from automation for the following project(s): wooco…

    …mmerce-blocks
    github-actions committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9389cdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdfc18c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db387c8 View commit details
    Browse the repository at this point in the history