We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc8817 commit 3a12c33Copy full SHA for 3a12c33
README.md
@@ -154,7 +154,7 @@ adyen.management.account_company_level_api.get_companies(query_parameters=query_
154
155
Define a dictionary named containing the headers you want to include in your request.
156
157
-~~~~ pyhton
+~~~~ python
158
header_parameters = {
159
"Var1": "Var2",
160
"Var2": "Var1"
@@ -163,7 +163,7 @@ Define a dictionary named containing the headers you want to include in your req
163
164
Pass the dictionary as an additional argument to the method where you make the API call.
165
166
167
adyen.checkout.payments_api.payments(header_parameters=headers)
168
~~~~
169
0 commit comments