Skip to content

Commit

Permalink
Updated to the new authorization type (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Lukas <sebastian.lukas@pionix.de>
  • Loading branch information
SebaLukas authored Jul 19, 2023
1 parent 9803504 commit ce70c62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iso15118/secc/states/iso15118_2_states.py
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,8 @@ async def process_message(

ProvidedIdToken: dict = dict([
("id_token", payment_details_req.emaid),
("type", "PlugAndCharge"),
("authorization_type", "PlugAndCharge"),
("id_token_type", "eMAID"),
])

if hash_data is not None:
Expand Down

0 comments on commit ce70c62

Please sign in to comment.