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

Add external Payments (BankTransfer, DirectPayment) #152

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

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    22f49c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ab5c68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a0f2e4 View commit details
    Browse the repository at this point in the history
  4. 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
  5. Configuration menu
    Copy the full SHA
    d014dbf View commit details
    Browse the repository at this point in the history
  6. fix inverted calculation

    devkral committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    dfe71b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec5428e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. Configuration menu
    Copy the full SHA
    e01551e View commit details
    Browse the repository at this point in the history
  2. update setup

    devkral committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    10cf590 View commit details
    Browse the repository at this point in the history
  3. fix missing comma

    devkral committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    f5ae03c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    451ad9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f3937b 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
    41578f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    736e16a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fb862d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cee3967 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    325d4b2 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
  2. Configuration menu
    Copy the full SHA
    b613ba0 View commit details
    Browse the repository at this point in the history