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

Implement subscriber sync from Paddle API #19

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Apr 9, 2020

  1. Fix a deprecation warning in Django 2.0

    Django 2 requires an app_name variable to be set on urls.py when using include().
    
    https://stackoverflow.com/questions/48608894/impropyconfigurederror-about-app-name-when-using-namespace-in-include
    matteing authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    68d9f03 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    14d1882 View commit details
    Browse the repository at this point in the history
  2. Make next_bill_date nullable

    Next bill date can be null if a subscription != active
    diettam committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    1e8b2cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    444dbdc View commit details
    Browse the repository at this point in the history
  4. Make next_bill_date nullable

    Next bill date can be null if a subscription != active
    diettam committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    e371caf View commit details
    Browse the repository at this point in the history
  5. Fix extra 'created' unpack

    diettam committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    ffef1a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ccee16 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from matteing/sub-sync

    Sub sync
    matteing authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    c68fe29 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff86a94 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from matteing/sub-sync

    Fix mistyped parameter in update_or_create
    matteing authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    8102da8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a72e46f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d2ac0d View commit details
    Browse the repository at this point in the history