Skip to content

Commit 3a12c33

Browse files
authored
Update README.md
1 parent 8fc8817 commit 3a12c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ adyen.management.account_company_level_api.get_companies(query_parameters=query_
154154

155155
Define a dictionary named containing the headers you want to include in your request.
156156

157-
~~~~ pyhton
157+
~~~~ python
158158
header_parameters = {
159159
"Var1": "Var2",
160160
"Var2": "Var1"
@@ -163,7 +163,7 @@ Define a dictionary named containing the headers you want to include in your req
163163

164164
Pass the dictionary as an additional argument to the method where you make the API call.
165165

166-
~~~~ pyhton
166+
~~~~ python
167167
adyen.checkout.payments_api.payments(header_parameters=headers)
168168
~~~~
169169

0 commit comments

Comments
 (0)