@@ -300,19 +300,17 @@ def api_v2_transaction_transaction_id_get_with_http_info(self, transaction_id, *
300300 collection_formats = collection_formats ,
301301 _request_auth = local_var_params .get ('_request_auth' ))
302302
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
304304 """Preprocess # noqa: E501
305305
306306 This method makes a synchronous HTTP request by default. To make an
307307 asynchronous HTTP request, please pass async_req=True
308308
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)
310310 >>> result = thread.get()
311311
312312 :param transaction_id: Transaction id (required)
313313 :type transaction_id: int
314- :param x_client_key: (required)
315- :type x_client_key: str
316314 :param transaction_process_request: (required)
317315 :type transaction_process_request: TransactionProcessRequest
318316 :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
331329 :rtype: InlineResponse200
332330 """
333331 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
335333
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
337335 """Preprocess # noqa: E501
338336
339337 This method makes a synchronous HTTP request by default. To make an
340338 asynchronous HTTP request, please pass async_req=True
341339
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)
343341 >>> result = thread.get()
344342
345343 :param transaction_id: Transaction id (required)
346344 :type transaction_id: int
347- :param x_client_key: (required)
348- :type x_client_key: str
349345 :param transaction_process_request: (required)
350346 :type transaction_process_request: TransactionProcessRequest
351347 :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
375371
376372 all_params = [
377373 'transaction_id' ,
378- 'x_client_key' ,
379374 'transaction_process_request'
380375 ]
381376 all_params .extend (
@@ -400,10 +395,6 @@ def api_v2_transaction_transaction_id_process_post_with_http_info(self, transact
400395 if self .api_client .client_side_validation and ('transaction_id' not in local_var_params or # noqa: E501
401396 local_var_params ['transaction_id' ] is None ): # noqa: E501
402397 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
407398 # verify the required parameter 'transaction_process_request' is set
408399 if self .api_client .client_side_validation and ('transaction_process_request' not in local_var_params or # noqa: E501
409400 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
418409 query_params = []
419410
420411 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
423412
424413 form_params = []
425414 local_var_files = {}
0 commit comments