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

Refactors the creation of the subscription details in Customer Center #4515

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Nov 22, 2024

  1. adds SubscriptionInfo

    vegaro committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    da97daa View commit details
    Browse the repository at this point in the history
  2. fix nullabilities

    vegaro committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3cbefb9 View commit details
    Browse the repository at this point in the history
  3. purchaseDate is not nullable

    vegaro committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    01cd40b View commit details
    Browse the repository at this point in the history
  4. add isActive

    vegaro committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b40eca3 View commit details
    Browse the repository at this point in the history
  5. add store

    vegaro committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c32aec0 View commit details
    Browse the repository at this point in the history
  6. add the product identifier

    vegaro committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8e67e05 View commit details
    Browse the repository at this point in the history
  7. add willRenew

    vegaro committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0f10759 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. private extension

    vegaro committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    088bf60 View commit details
    Browse the repository at this point in the history
  2. made storeTransactionId nil

    vegaro committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    31dd70c View commit details
    Browse the repository at this point in the history
  3. fix tests and docs

    vegaro committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fd54b5f View commit details
    Browse the repository at this point in the history
  4. fix tests

    vegaro committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    60c50d6 View commit details
    Browse the repository at this point in the history
  5. fix more tests

    vegaro committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2e4ca76 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. fix compilation

    vegaro committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fbb7caa View commit details
    Browse the repository at this point in the history
  2. fix test

    vegaro committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c93a14d View commit details
    Browse the repository at this point in the history
  3. API tests and other fixes

    vegaro committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    48fddd8 View commit details
    Browse the repository at this point in the history
  4. hasAppleActiveProduct

    vegaro committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    099fc22 View commit details
    Browse the repository at this point in the history
  5. calculate active subs

    vegaro committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    67a38e3 View commit details
    Browse the repository at this point in the history
  6. appleManagement

    vegaro committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ce0605c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c03ed7c View commit details
    Browse the repository at this point in the history
  8. consolidates constructor

    vegaro committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7f746e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d588b1 View commit details
    Browse the repository at this point in the history
  10. lint

    vegaro committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8903071 View commit details
    Browse the repository at this point in the history