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

PR: pick & offer the single best virtual card to user #277

Merged
merged 50 commits into from
Sep 11, 2024

Commits on Aug 15, 2024

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

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    a01ee92 View commit details
    Browse the repository at this point in the history
  2. fix: pick intl mastercard/visa for allowed countries

    when local intl card is unavailable
    EresDev committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c281cbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa300f1 View commit details
    Browse the repository at this point in the history
  4. refactor: shorten vars' names

    EresDev committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    632b858 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix: load ordered card details with order

    as list card is not loading all cards anymore
    EresDev committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    061bde2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35dc73b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    97c7198 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07f8fd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    e10871b View commit details
    Browse the repository at this point in the history
  2. fix: improve ui

    EresDev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6bae6f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd9cf0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bc8d5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11d6dd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    619667d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c57c245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61e7b24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e366bc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7994fa1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2589db9 View commit details
    Browse the repository at this point in the history
  7. chore: fix spellings

    EresDev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    56f62af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f36277b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71e017a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af0b71f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    85f7137 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e6929b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4a122cf View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. feat: check for permit expiry

    EresDev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    715accf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6b76ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f09881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    793cf69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cc67af View commit details
    Browse the repository at this point in the history
  6. test: fix broken e2e tests

    EresDev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    161dec2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8390a86 View commit details
    Browse the repository at this point in the history
  8. test: update ip mock data

    EresDev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ac5e590 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b566de8 View commit details
    Browse the repository at this point in the history
  10. chore: change treasury for testing on mainnet

    reloadly ip whitelisting is not allowing test on my localhost
    EresDev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d1841ab View commit details
    Browse the repository at this point in the history
  11. Revert "chore: change treasury for testing on mainnet"

    This reverts commit d1841ab.
    EresDev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    18f3ae6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a2fb76 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

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

Commits on Sep 5, 2024

  1. refactor: use record for country list

    instead of an array,
    EresDev committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5b976d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    db710e4 View commit details
    Browse the repository at this point in the history
  2. docs: fix spellings

    EresDev committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    255e221 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. fix: correct country name in allowed list

    Co-authored-by: アレクサンダー.eth <[email protected]>
    EresDev and 0x4007 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    69dfbeb View commit details
    Browse the repository at this point in the history
  2. refactor: remove redundant space

    Co-authored-by: アレクサンダー.eth <[email protected]>
    EresDev and 0x4007 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ed530bd View commit details
    Browse the repository at this point in the history
  3. fix: reword the error message

    Co-authored-by: アレクサンダー.eth <[email protected]>
    EresDev and 0x4007 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d4083ca View commit details
    Browse the repository at this point in the history
  4. fix: reword heading

    Co-authored-by: アレクサンダー.eth <[email protected]>
    EresDev and 0x4007 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ed6accb View commit details
    Browse the repository at this point in the history
  5. fix: reword error message

    Co-authored-by: アレクサンダー.eth <[email protected]>
    EresDev and 0x4007 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    619193a View commit details
    Browse the repository at this point in the history
  6. fix: reword purchased card heading

    Co-authored-by: アレクサンダー.eth <[email protected]>
    EresDev and 0x4007 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    60e8a4d View commit details
    Browse the repository at this point in the history
  7. fix: reword minting error message

    Co-authored-by: アレクサンダー.eth <[email protected]>
    EresDev and 0x4007 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2bb4c20 View commit details
    Browse the repository at this point in the history