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

Giropay backend #154

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

Giropay backend #154

wants to merge 22 commits into 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
    04a5379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7470384 View commit details
    Browse the repository at this point in the history
  3. add giropay backend

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

Commits on Oct 8, 2017

  1. fix setup.py

    devkral committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    2727600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52fb423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    651a71c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    736e16a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09e77fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cee3967 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5635af 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
    b64452e View commit details
    Browse the repository at this point in the history
  3. use new split_streetnr

    devkral committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    dccfd34 View commit details
    Browse the repository at this point in the history
  4. fix use before creating

    devkral committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    de54ab0 View commit details
    Browse the repository at this point in the history