Skip to content

Commit ababd32

Browse files
fix: Pass 2.1.1 version for 2.1.1 tokens module.
1 parent 9c22dff commit ababd32

File tree

1 file changed

+1
-1
lines changed
  • py_ocpi/modules/tokens/v_2_1_1/api

1 file changed

+1
-1
lines changed

py_ocpi/modules/tokens/v_2_1_1/api/emsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async def authorize_token(
129129
Action.authorize_token,
130130
data=data,
131131
auth_token=auth_token,
132-
version=VersionNumber.v_2_2_1,
132+
version=VersionNumber.v_2_1_1,
133133
)
134134

135135
# when the token information is not enough

0 commit comments

Comments
 (0)