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

Split logic from Model, split address into billing, shipping, use functions instead prefixed fields #149

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    7a0f2e4 View commit details
    Browse the repository at this point in the history
  2. split address into get_billing_address, get_shipping_address function…

    …s (allows much more freedom) and adjust all providers for the change
    
    use create_test_payment for tests, TestPayment is now a Mock
    use unittest mocks when python3
    devkral committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    0dc734e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Configuration menu
    Copy the full SHA
    52fb423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    736e16a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cee3967 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

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

Commits on Oct 12, 2017

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