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

Feature/#209 update klarna consumer token every request to post transactions #214

Commits on Sep 28, 2023

  1. Removed endpoint /transactions/session because it is not used anymore…

    …. renamed client_token to klarna_consumer_token and added a value to be able to test with it. Added value true to 'paymentConfirmed'. Belongs to issue #205.
    SweOlle committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ba1eb77 View commit details
    Browse the repository at this point in the history
  2. Removed documentation for /transactions/session as it is now deleted.…

    … Added documentation for new updates of /transactions endpoints. Belongs to issue #205.
    SweOlle committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0d58333 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Added function to update klarna_consumer_token for mock-data. Update …

    …in POST/Transaction to fix issue #209.
    SweOlle committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    782f068 View commit details
    Browse the repository at this point in the history
  2. Fixed merge conflicts.

    SweOlle committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    46872cf View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Added function to update klarna_consumer_token for mock-data. Update …

    …in POST/Transaction to fix issue #209.
    SweOlle committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    51f1ba4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/#209-Update-klarna-consumer-token-every-request…

    …-to-post-transactions' of https://github.com/AlexTelon/FlexiCharge-Backend into feature/#209-Update-klarna-consumer-token-every-request-to-post-transactions
    SweOlle committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    521c6a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f26c761 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Updated function to get Klarna_consumer_token. Should work now. Issue #…

    …209. Changed the function that is called now 'getNewKlarnaPaymentSession' is called instead of 'createKlarnaOrder.
    SweOlle committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e5c1e3b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Renamed the variable name 'chargerID' to 'connectorID' in all files. …

    …Also added the function to reserve a charger whenever someone calls the api post /transaction.
    SweOlle committed Oct 5, 2023
    1 Configuration menu
    Copy the full SHA
    982fcb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Merge branch 'feature/#209-Update-klarna-consumer-token-every-request…

    …-to-post-transactions' into dev
    loan21xw committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0052f31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51ae0fb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Remove trailing whitespaces

    loan21xw committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d0758df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84bc486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74867d5 View commit details
    Browse the repository at this point in the history