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 #213

Commits on Sep 24, 2022

  1. Moved klarna-repository to payment-methods folder, and changed databa…

    …se to use local instead of production database.
    sifudiep committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    e5d7348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f09e53f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    883aca7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a839320 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40dd6ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99e3903 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    b963581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3c559 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    7da35d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ea81b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4810206 View commit details
    Browse the repository at this point in the history
  4. Added BLL charge points.

    sifudiep committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    1194374 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    dd227f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b71cc40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0b2d3a View commit details
    Browse the repository at this point in the history
  4. Created repo and interface for the tariffs.

    Created a function to search for the current tariff and if no tariffs are found some days worth will be generated and saved.
    midcoreboot committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c286ce9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4667914 View commit details
    Browse the repository at this point in the history
  6. Fixed the charge point table according to our planning,

    also updated respective DLL and interface.
    midcoreboot committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    96c421f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    351f49a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a208607 View commit details
    Browse the repository at this point in the history
  3. Fixed validation for new interfaces, the new validation is prefaced b…

    …y "new" and the old ones keep their name.
    midcoreboot committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    303d450 View commit details
    Browse the repository at this point in the history
  4. Fixed some wrong namings,

    and pasted the correct version of the dummy data in db.js.
    midcoreboot committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    24748ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c4a75f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    997d7b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33f735f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    9517073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5950773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab5b83f View commit details
    Browse the repository at this point in the history
  4. the .env thingy

    SirSitsena committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f79d1de View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

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

Commits on Oct 3, 2022

  1. Removed finished TODO tasks

    sifudiep committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8c24995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2081935 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d22155 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e64516e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6b9fc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    fb1d230 View commit details
    Browse the repository at this point in the history
  2. Working version of the flow between starting a charge session and cal…

    …culating its price after it ending.
    midcoreboot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b6f0678 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. ChargeSession now hold responsibility over OCPP remote start & stop, …

    …instead of Klarna payments. Klarna payments refactored to fit new database structure and charging process flow.
    sifudiep committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    ed3fef3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

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

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    f7b63ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    405f64e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29fdf98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf12d56 View commit details
    Browse the repository at this point in the history
  5. Removed database injection from BLL to DAL, also added testContainer …

    …which all future tests will use for Jest tests.
    sifudiep committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ce249a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5d45ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f3b434 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

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

Commits on Oct 10, 2022

  1. Database Documentation

    SirSitsena committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    3f72d0f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    SirSitsena authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    4c39a78 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    fca6b43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46019e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da19308 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5297bb View commit details
    Browse the repository at this point in the history
  5. Updated README.md for tests.

    sifudiep committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d883ea5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    bc1b6ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4520229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3a7caf View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Indent fix

    midcoreboot committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    82098dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf39206 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f659f7 View commit details
    Browse the repository at this point in the history
  4. small change

    SirSitsena committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b300ec1 View commit details
    Browse the repository at this point in the history
  5. updated the backup link

    SirSitsena authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    47bdda6 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    d899d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    601f9d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    498c0ab View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. fixed merge error

    AaronWheezer committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7d2dd71 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. testing localy with the newdatabase by removing old refrences in the …

    …index.js file and start using the new ones
    AaronWheezer committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8891312 View commit details
    Browse the repository at this point in the history
  2. Added mock-data for Mobile teams to test. Connected to Issue #205. Up…

    …dated POST /transaction, GET /transaction/{transactionID}, PUT /transaction/start/{transactionID}, PUT /transaction/stop/{transactionID}. POST request will check if chargerID is 100000 if so it will return 9999 as a transactionID. The other requests will return mock-data of transaction if the transactionID is 9999.
    SweOlle committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    24bf38e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06aa037 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91b97b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7e4211 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    db4a37c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c9fa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89e3b36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a70518f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #206 from AlexTelon/feature/#205-add-mock-data-for…

    …-starting-a-transaction
    
    Feature/#205 add mock data for starting a transaction
    loan21xw authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c0ed35d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5915eb9 View commit details
    Browse the repository at this point in the history

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
  3. Configuration menu
    Copy the full SHA
    5090235 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
  4. Configuration menu
    Copy the full SHA
    583e8e5 View commit details
    Browse the repository at this point in the history
  5. removed new prefix from filenames for repositories, interfaces and va…

    …lidation. Also cleaned up old comments in index.js
    Axel-RD committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    932eb6f View commit details
    Browse the repository at this point in the history
  6. merge with dev

    AaronWheezer committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a14ed0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09f60ec View commit details
    Browse the repository at this point in the history
  8. fixed testes erro

    AaronWheezer committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b93e607 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40e4ef0 View commit details
    Browse the repository at this point in the history
  10. Changed names of validation files to match repositories and interface…

    …s. Fixed some issues with the various test suites.
    Axel-RD committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8fe3b92 View commit details
    Browse the repository at this point in the history
  11. Removed Reservations table from database and deleted related code. Sw…

    …agger docs and OCPP files not touched.
    Axel-RD committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f32ee1b 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
  2. Configuration menu
    Copy the full SHA
    2f17718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3757a2 View commit details
    Browse the repository at this point in the history
  4. changed certain datatypes in db, renamed date column in ElectricityTa…

    …riffs, reworked UserInvoices table
    Axel-RD committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ac1e461 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. Configuration menu
    Copy the full SHA
    aac3254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448dc4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e522e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5be3bf4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #212 from AlexTelon/refactoring-database-structure

    Refactoring database structure
    loan21xw authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    51bf2f7 View commit details
    Browse the repository at this point in the history
  6. 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