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

Stripe Subscriptions to WC subscriptions migrator #2298

Merged
merged 6 commits into from
Mar 1, 2023

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    369e208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4357c1 View commit details
    Browse the repository at this point in the history
  3. feat: add some logging

    adekbadek committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    99b7fc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f7a30b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. fix: handle variable source IDs

    Stripe Subscriptions created before the changes in
    #2251 will not have a Source, but the customer will
    have PaymentMethods. These changes ensure that these
    customers' subscriptions can be migrated.
    
    This also means that not all changes from #2251 are
    necessary – Stripe Payment Gateway creates sources,
    but will handle a PaymentMethod ID if set as the source
    ID in the subscription metadata.
    adekbadek committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    043e44f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. fix: honor dry-run

    adekbadek committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    cdfed16 View commit details
    Browse the repository at this point in the history