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

feat: Add base endpoints for Stripe integration [DEV-3671] #500

Merged
merged 23 commits into from
Apr 11, 2024

Commits on Feb 29, 2024

  1. Add base endpoints for Stripe integration

    Andrew Nikitin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0b0b38b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 9, 2024

  1. - Add Stripe webhook handling

    - Add subscription entity
    - Add chekout API guarding
    Andrew Nikitin committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    77bb822 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Add auth routes to admin

    Andrew Nikitin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    a036a02 View commit details
    Browse the repository at this point in the history
  2. Lint and format

    Andrew Nikitin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b44b322 View commit details
    Browse the repository at this point in the history
  3. swagger changes

    Andrew Nikitin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d987e54 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 19, 2024

  1. Change endpoint in swagger

    Andrew Nikitin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    39d8a42 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Fix swagger generation and add API routes

    Andrew Nikitin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    46baaa6 View commit details
    Browse the repository at this point in the history
  2. Fix swagger request body for subscription update

    Andrew Nikitin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    769b520 View commit details
    Browse the repository at this point in the history
  3. Fix stripeSync function

    Andrew Nikitin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d39e55f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Get permissions from the M2M token

    Andrew Nikitin committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4fcd102 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Sync updated and small clean-ups

    Andrew Nikitin committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b985ec5 View commit details
    Browse the repository at this point in the history
  2. Clean-ups

    Andrew Nikitin committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    64ea85b View commit details
    Browse the repository at this point in the history
  3. Add trial period days to subscription creation

    Andrew Nikitin committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ab0da5b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Get also trilaing subsriptions

    Andrew Nikitin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    71f60d3 View commit details
    Browse the repository at this point in the history
  2. Get rd of Stripe naming

    Andrew Nikitin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    042174b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Small cleeanups and refactoring

    Andrew Nikitin committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b366935 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge remote-tracking branch 'origin/develop' into DEV-3671

    Andrew Nikitin committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    85d0aed View commit details
    Browse the repository at this point in the history
  2. Make swagger changes

    Andrew Nikitin committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9ef7459 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 11, 2024

  1. Resolve review comments

    Andrew Nikitin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6d64fe1 View commit details
    Browse the repository at this point in the history
  2. Overall format + lockfile

    Eengineer1 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f402fe0 View commit details
    Browse the repository at this point in the history