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 Paydirekt provider #155

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

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
    380ac73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d014dbf View commit details
    Browse the repository at this point in the history
  7. 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
  8. 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
    2f712e8 View commit details
    Browse the repository at this point in the history
  2. remove superfluous newlines

    devkral committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    b618a42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03eb55c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    932467a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Configuration menu
    Copy the full SHA
    5b6f807 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
    7d12afd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49cc6ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    736e16a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8051d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd6ab1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cee3967 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fa9635 View commit details
    Browse the repository at this point in the history
  10. fix order test

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

Commits on Oct 9, 2017

  1. Configuration menu
    Copy the full SHA
    815361f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    579d287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dacb622 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdcef46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68c1b99 View commit details
    Browse the repository at this point in the history
  6. fix refund logic

    devkral committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    6ce254a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    888b725 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    646552d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb0a31e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f29120 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. ignore invalid callbacks, improve and fix paydirekt provider, test ag…

    …ainst invalid callback (which seems to appear)
    devkral committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    bea26ac View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. fix refund all

    devkral committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    281bae1 View commit details
    Browse the repository at this point in the history
  2. set refund limit to 100%

    devkral committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    386cc30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5019c9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e06926 View commit details
    Browse the repository at this point in the history
  5. ignore invalid requests again

    devkral committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    5ca8e1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9316a12 View commit details
    Browse the repository at this point in the history
  7. update documentation

    devkral committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    fc9551e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cec94bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ec5816 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df6b6d9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42c62e5 View commit details
    Browse the repository at this point in the history
  12. fix use before create

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

Commits on Oct 17, 2017

  1. Configuration menu
    Copy the full SHA
    598ff9a View commit details
    Browse the repository at this point in the history
  2. fix generation of tokens

    devkral committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    fae58f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dfc994 View commit details
    Browse the repository at this point in the history
  4. fix token generation

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