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/34611: Remove old merchant page #35641

Merged
merged 35 commits into from
Feb 14, 2024
Merged

Commits on Feb 2, 2024

  1. remove old merchant page

    DylanDylann committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c4f0a67 View commit details
    Browse the repository at this point in the history
  2. remove old merchant page

    DylanDylann committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    731235e View commit details
    Browse the repository at this point in the history
  3. rename function

    DylanDylann committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4a4e854 View commit details
    Browse the repository at this point in the history
  4. remove redundant

    DylanDylann committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    690554b View commit details
    Browse the repository at this point in the history
  5. merge main

    DylanDylann committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    eb26f8b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. dry code

    DylanDylann committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0e20d75 View commit details
    Browse the repository at this point in the history
  2. merge main

    DylanDylann committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    8b94671 View commit details
    Browse the repository at this point in the history
  3. fix TS

    DylanDylann committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    992a3ca View commit details
    Browse the repository at this point in the history
  4. fix types

    DylanDylann committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4504a50 View commit details
    Browse the repository at this point in the history
  5. merge main

    DylanDylann committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    227e0dd View commit details
    Browse the repository at this point in the history
  6. move copy to new file

    DylanDylann committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    12c9f48 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. merge main

    DylanDylann committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    60a5de6 View commit details
    Browse the repository at this point in the history
  2. merge main

    DylanDylann committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c496c44 View commit details
    Browse the repository at this point in the history
  3. update type

    DylanDylann committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6ddb061 View commit details
    Browse the repository at this point in the history
  4. merge main

    DylanDylann committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    16686ca View commit details
    Browse the repository at this point in the history
  5. migrate to ts

    DylanDylann committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f508fc6 View commit details
    Browse the repository at this point in the history
  6. get new merchant

    DylanDylann committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d8e915d View commit details
    Browse the repository at this point in the history
  7. merge main

    DylanDylann committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c2857d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. merge main

    DylanDylann committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6a6bee4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. merge main

    DylanDylann committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f73f9f7 View commit details
    Browse the repository at this point in the history
  2. lint fix

    DylanDylann committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    22f9231 View commit details
    Browse the repository at this point in the history
  3. lint fix

    DylanDylann committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5a2e86b View commit details
    Browse the repository at this point in the history
  4. clean code

    DylanDylann committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    206ef8a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. merge main

    DylanDylann committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    3172e24 View commit details
    Browse the repository at this point in the history
  2. fix remove empty line

    DylanDylann committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f026983 View commit details
    Browse the repository at this point in the history
  3. fix typo

    DylanDylann committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    403356e View commit details
    Browse the repository at this point in the history
  4. lint fix

    DylanDylann committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    13d5d31 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. merge main

    DylanDylann committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1ac3823 View commit details
    Browse the repository at this point in the history
  2. merge main

    DylanDylann committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b7e5570 View commit details
    Browse the repository at this point in the history
  3. add comment

    DylanDylann committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ce89de5 View commit details
    Browse the repository at this point in the history
  4. add type

    DylanDylann committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    594d1cb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. merge main

    DylanDylann committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c19f26c View commit details
    Browse the repository at this point in the history
  2. merge main

    DylanDylann committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6e24b84 View commit details
    Browse the repository at this point in the history
  3. add empty line

    DylanDylann committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    70fc1c8 View commit details
    Browse the repository at this point in the history
  4. fix lint

    DylanDylann committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d55757f View commit details
    Browse the repository at this point in the history