Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Ensure shopper saved card is used as default payment method (default was being overwritten in some circumstances) #3131

Merged
merged 3 commits into from
Sep 10, 2020

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    f4a87bd View commit details
    Browse the repository at this point in the history
  2. ensure default payment method is only set as active if necessary:

    - use functional form of setState; previous state (current payment
      method) is not potentially stale value
    - so the default is only set if there really is no active payment method
    haszari committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    08642f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    8f9a396 View commit details
    Browse the repository at this point in the history