@@ -300,19 +300,17 @@ def api_v2_transaction_transaction_id_get_with_http_info(self, transaction_id, *
300
300
collection_formats = collection_formats ,
301
301
_request_auth = local_var_params .get ('_request_auth' ))
302
302
303
- def api_v2_transaction_transaction_id_process_post (self , transaction_id , x_client_key , transaction_process_request , ** kwargs ): # noqa: E501
303
+ def api_v2_transaction_transaction_id_process_post (self , transaction_id , transaction_process_request , ** kwargs ): # noqa: E501
304
304
"""Preprocess # noqa: E501
305
305
306
306
This method makes a synchronous HTTP request by default. To make an
307
307
asynchronous HTTP request, please pass async_req=True
308
308
309
- >>> thread = api.api_v2_transaction_transaction_id_process_post(transaction_id, x_client_key, transaction_process_request, async_req=True)
309
+ >>> thread = api.api_v2_transaction_transaction_id_process_post(transaction_id, transaction_process_request, async_req=True)
310
310
>>> result = thread.get()
311
311
312
312
:param transaction_id: Transaction id (required)
313
313
:type transaction_id: int
314
- :param x_client_key: (required)
315
- :type x_client_key: str
316
314
:param transaction_process_request: (required)
317
315
:type transaction_process_request: TransactionProcessRequest
318
316
:param async_req: Whether to execute the request asynchronously.
@@ -331,21 +329,19 @@ def api_v2_transaction_transaction_id_process_post(self, transaction_id, x_clien
331
329
:rtype: InlineResponse200
332
330
"""
333
331
kwargs ['_return_http_data_only' ] = True
334
- return self .api_v2_transaction_transaction_id_process_post_with_http_info (transaction_id , x_client_key , transaction_process_request , ** kwargs ) # noqa: E501
332
+ return self .api_v2_transaction_transaction_id_process_post_with_http_info (transaction_id , transaction_process_request , ** kwargs ) # noqa: E501
335
333
336
- def api_v2_transaction_transaction_id_process_post_with_http_info (self , transaction_id , x_client_key , transaction_process_request , ** kwargs ): # noqa: E501
334
+ def api_v2_transaction_transaction_id_process_post_with_http_info (self , transaction_id , transaction_process_request , ** kwargs ): # noqa: E501
337
335
"""Preprocess # noqa: E501
338
336
339
337
This method makes a synchronous HTTP request by default. To make an
340
338
asynchronous HTTP request, please pass async_req=True
341
339
342
- >>> thread = api.api_v2_transaction_transaction_id_process_post_with_http_info(transaction_id, x_client_key, transaction_process_request, async_req=True)
340
+ >>> thread = api.api_v2_transaction_transaction_id_process_post_with_http_info(transaction_id, transaction_process_request, async_req=True)
343
341
>>> result = thread.get()
344
342
345
343
:param transaction_id: Transaction id (required)
346
344
:type transaction_id: int
347
- :param x_client_key: (required)
348
- :type x_client_key: str
349
345
:param transaction_process_request: (required)
350
346
:type transaction_process_request: TransactionProcessRequest
351
347
:param async_req: Whether to execute the request asynchronously.
@@ -375,7 +371,6 @@ def api_v2_transaction_transaction_id_process_post_with_http_info(self, transact
375
371
376
372
all_params = [
377
373
'transaction_id' ,
378
- 'x_client_key' ,
379
374
'transaction_process_request'
380
375
]
381
376
all_params .extend (
@@ -400,10 +395,6 @@ def api_v2_transaction_transaction_id_process_post_with_http_info(self, transact
400
395
if self .api_client .client_side_validation and ('transaction_id' not in local_var_params or # noqa: E501
401
396
local_var_params ['transaction_id' ] is None ): # noqa: E501
402
397
raise ApiValueError ("Missing the required parameter `transaction_id` when calling `api_v2_transaction_transaction_id_process_post`" ) # noqa: E501
403
- # verify the required parameter 'x_client_key' is set
404
- if self .api_client .client_side_validation and ('x_client_key' not in local_var_params or # noqa: E501
405
- local_var_params ['x_client_key' ] is None ): # noqa: E501
406
- raise ApiValueError ("Missing the required parameter `x_client_key` when calling `api_v2_transaction_transaction_id_process_post`" ) # noqa: E501
407
398
# verify the required parameter 'transaction_process_request' is set
408
399
if self .api_client .client_side_validation and ('transaction_process_request' not in local_var_params or # noqa: E501
409
400
local_var_params ['transaction_process_request' ] is None ): # noqa: E501
@@ -418,8 +409,6 @@ def api_v2_transaction_transaction_id_process_post_with_http_info(self, transact
418
409
query_params = []
419
410
420
411
header_params = {}
421
- if 'x_client_key' in local_var_params :
422
- header_params ['X-CLIENT-KEY' ] = local_var_params ['x_client_key' ] # noqa: E501
423
412
424
413
form_params = []
425
414
local_var_files = {}
0 commit comments