You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Api/BillingAgreementsApi.php
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -129,13 +129,11 @@ public function billingAgreementsDeRegistrationWithHttpInfo($modifyBillingAgreem
129
129
self::$logger->error("InvalidArgumentException : Missing the required parameter $modifyBillingAgreement when calling billingAgreementsDeRegistration");
130
130
thrownew \InvalidArgumentException('Missing the required parameter $modifyBillingAgreement when calling billingAgreementsDeRegistration');
131
131
}
132
-
133
132
// verify the required parameter 'id' is set
134
133
if ($id === null) {
135
134
self::$logger->error("InvalidArgumentException : Missing the required parameter $id when calling billingAgreementsDeRegistration");
136
135
thrownew \InvalidArgumentException('Missing the required parameter $id when calling billingAgreementsDeRegistration');
0 commit comments