Skip to content

Commit e72166f

Browse files
Update billing_agreements_api.py
1 parent a959569 commit e72166f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CyberSource/api/billing_agreements_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def billing_agreements_de_registration_with_http_info(self, modify_billing_agree
129129
path_params = {}
130130
if 'id' in params:
131131
path_params['id'] = params['id']
132+
id=id
132133

133134
query_params = []
134135

@@ -248,6 +249,7 @@ def billing_agreements_intimation_with_http_info(self, intimate_billing_agreemen
248249
path_params = {}
249250
if 'id' in params:
250251
path_params['id'] = params['id']
252+
id=id
251253

252254
query_params = []
253255

0 commit comments

Comments
 (0)