@@ -155,8 +155,10 @@ def delete_customer_payment_instrument_with_http_info(self, customer_id, payment
155155 path_params = {}
156156 if 'customer_id' in params :
157157 path_params ['customerId' ] = params ['customer_id' ]
158+ customerId = customer_id
158159 if 'payment_instrument_id' in params :
159160 path_params ['paymentInstrumentId' ] = params ['payment_instrument_id' ]
161+ paymentInstrumentId = payment_instrument_id
160162
161163 query_params = []
162164
@@ -179,7 +181,7 @@ def delete_customer_payment_instrument_with_http_info(self, customer_id, payment
179181 # Authentication setting
180182 auth_settings = []
181183
182- return self .api_client .call_api (f'/tms/v2/customers/{ customer_id } /payment-instruments/{ payment_instrument_id } ' , 'DELETE' ,
184+ return self .api_client .call_api (f'/tms/v2/customers/{ customerId } /payment-instruments/{ paymentInstrumentId } ' , 'DELETE' ,
183185 path_params ,
184186 query_params ,
185187 header_params ,
@@ -304,8 +306,10 @@ def get_customer_payment_instrument_with_http_info(self, customer_id, payment_in
304306 path_params = {}
305307 if 'customer_id' in params :
306308 path_params ['customerId' ] = params ['customer_id' ]
309+ customerId = customer_id
307310 if 'payment_instrument_id' in params :
308311 path_params ['paymentInstrumentId' ] = params ['payment_instrument_id' ]
312+ paymentInstrumentId = payment_instrument_id
309313
310314 query_params = []
311315
@@ -328,7 +332,7 @@ def get_customer_payment_instrument_with_http_info(self, customer_id, payment_in
328332 # Authentication setting
329333 auth_settings = []
330334
331- return self .api_client .call_api (f'/tms/v2/customers/{ customer_id } /payment-instruments/{ payment_instrument_id } ' , 'GET' ,
335+ return self .api_client .call_api (f'/tms/v2/customers/{ customerId } /payment-instruments/{ paymentInstrumentId } ' , 'GET' ,
332336 path_params ,
333337 query_params ,
334338 header_params ,
@@ -454,6 +458,7 @@ def get_customer_payment_instruments_list_with_http_info(self, customer_id, **kw
454458 path_params = {}
455459 if 'customer_id' in params :
456460 path_params ['customerId' ] = params ['customer_id' ]
461+ customerId = customer_id
457462
458463 query_params = []
459464 if 'offset' in params :
@@ -480,7 +485,7 @@ def get_customer_payment_instruments_list_with_http_info(self, customer_id, **kw
480485 # Authentication setting
481486 auth_settings = []
482487
483- return self .api_client .call_api (f'/tms/v2/customers/{ customer_id } /payment-instruments' , 'GET' ,
488+ return self .api_client .call_api (f'/tms/v2/customers/{ customerId } /payment-instruments' , 'GET' ,
484489 path_params ,
485490 query_params ,
486491 header_params ,
@@ -622,8 +627,10 @@ def patch_customers_payment_instrument_with_http_info(self, customer_id, payment
622627 path_params = {}
623628 if 'customer_id' in params :
624629 path_params ['customerId' ] = params ['customer_id' ]
630+ customerId = customer_id
625631 if 'payment_instrument_id' in params :
626632 path_params ['paymentInstrumentId' ] = params ['payment_instrument_id' ]
633+ paymentInstrumentId = payment_instrument_id
627634
628635 query_params = []
629636
@@ -648,7 +655,7 @@ def patch_customers_payment_instrument_with_http_info(self, customer_id, payment
648655 # Authentication setting
649656 auth_settings = []
650657
651- return self .api_client .call_api (f'/tms/v2/customers/{ customer_id } /payment-instruments/{ payment_instrument_id } ' , 'PATCH' ,
658+ return self .api_client .call_api (f'/tms/v2/customers/{ customerId } /payment-instruments/{ paymentInstrumentId } ' , 'PATCH' ,
652659 path_params ,
653660 query_params ,
654661 header_params ,
@@ -765,6 +772,7 @@ def post_customer_payment_instrument_with_http_info(self, customer_id, post_cust
765772 path_params = {}
766773 if 'customer_id' in params :
767774 path_params ['customerId' ] = params ['customer_id' ]
775+ customerId = customer_id
768776
769777 query_params = []
770778
@@ -787,7 +795,7 @@ def post_customer_payment_instrument_with_http_info(self, customer_id, post_cust
787795 # Authentication setting
788796 auth_settings = []
789797
790- return self .api_client .call_api (f'/tms/v2/customers/{ customer_id } /payment-instruments' , 'POST' ,
798+ return self .api_client .call_api (f'/tms/v2/customers/{ customerId } /payment-instruments' , 'POST' ,
791799 path_params ,
792800 query_params ,
793801 header_params ,
0 commit comments