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
# verify the required parameter 'modify_billing_agreement' is set
119
115
if ('modify_billing_agreement'notinparams) or (params['modify_billing_agreement'] isNone):
120
-
ifself.api_client.mconfig.log_config.enable_log:
121
-
self.logger.error("InvalidArgumentException : Missing the required parameter `modify_billing_agreement` when calling `billing_agreements_de_registration`")
116
+
self.logger.error("InvalidArgumentException : Missing the required parameter `modify_billing_agreement` when calling `billing_agreements_de_registration`")
122
117
raiseValueError("Missing the required parameter `modify_billing_agreement` when calling `billing_agreements_de_registration`")
123
118
# verify the required parameter 'id' is set
124
119
if ('id'notinparams) or (params['id'] isNone):
125
-
ifself.api_client.mconfig.log_config.enable_log:
126
-
self.logger.error("InvalidArgumentException : Missing the required parameter `id` when calling `billing_agreements_de_registration`")
120
+
self.logger.error("InvalidArgumentException : Missing the required parameter `id` when calling `billing_agreements_de_registration`")
127
121
raiseValueError("Missing the required parameter `id` when calling `billing_agreements_de_registration`")
# verify the required parameter 'intimate_billing_agreement' is set
248
241
if ('intimate_billing_agreement'notinparams) or (params['intimate_billing_agreement'] isNone):
249
-
ifself.api_client.mconfig.log_config.enable_log:
250
-
self.logger.error("InvalidArgumentException : Missing the required parameter `intimate_billing_agreement` when calling `billing_agreements_intimation`")
242
+
self.logger.error("InvalidArgumentException : Missing the required parameter `intimate_billing_agreement` when calling `billing_agreements_intimation`")
251
243
raiseValueError("Missing the required parameter `intimate_billing_agreement` when calling `billing_agreements_intimation`")
252
244
# verify the required parameter 'id' is set
253
245
if ('id'notinparams) or (params['id'] isNone):
254
-
ifself.api_client.mconfig.log_config.enable_log:
255
-
self.logger.error("InvalidArgumentException : Missing the required parameter `id` when calling `billing_agreements_intimation`")
246
+
self.logger.error("InvalidArgumentException : Missing the required parameter `id` when calling `billing_agreements_intimation`")
256
247
raiseValueError("Missing the required parameter `id` when calling `billing_agreements_intimation`")
# verify the required parameter 'create_billing_agreement' is set
375
365
if ('create_billing_agreement'notinparams) or (params['create_billing_agreement'] isNone):
376
-
ifself.api_client.mconfig.log_config.enable_log:
377
-
self.logger.error("InvalidArgumentException : Missing the required parameter `create_billing_agreement` when calling `billing_agreements_registration`")
366
+
self.logger.error("InvalidArgumentException : Missing the required parameter `create_billing_agreement` when calling `billing_agreements_registration`")
378
367
raiseValueError("Missing the required parameter `create_billing_agreement` when calling `billing_agreements_registration`")
Cybersource may allow Customer to access, use, and/or test a Cybersource product or service that may still be in development or has not been market-tested ("Beta Product") solely for the purpose of evaluating the functionality or marketability of the Beta Product (a "Beta Evaluation"). Notwithstanding any language to the contrary, the following terms shall apply with respect to Customer's participation in any Beta Evaluation (and the Beta Product(s)) accessed thereunder): The Parties will enter into a separate form agreement detailing the scope of the Beta Evaluation, requirements, pricing, the length of the beta evaluation period ("Beta Product Form"). Beta Products are not, and may not become, Transaction Services and have not yet been publicly released and are offered for the sole purpose of internal testing and non-commercial evaluation. Customer's use of the Beta Product shall be solely for the purpose of conducting the Beta Evaluation. Customer accepts all risks arising out of the access and use of the Beta Products. Cybersource may, in its sole discretion, at any time, terminate or discontinue the Beta Evaluation. Customer acknowledges and agrees that any Beta Product may still be in development and that Beta Product is provided "AS IS" and may not perform at the level of a commercially available service, may not operate as expected and may be modified prior to release. CYBERSOURCE SHALL NOT BE RESPONSIBLE OR LIABLE UNDER ANY CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE RELATING TO A BETA PRODUCT OR THE BETA EVALUATION (A) FOR LOSS OR INACCURACY OF DATA OR COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR TECHNOLOGY, (B) ANY CLAIM, LOSSES, DAMAGES, OR CAUSE OF ACTION ARISING IN CONNECTION WITH THE BETA PRODUCT; OR (C) FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES INCLUDING, BUT NOT LIMITED TO, LOSS OF REVENUES AND LOSS OF PROFITS.
72
69
"""
73
70
74
-
ifself.api_client.mconfig.log_config.enable_log:
75
-
self.logger.info("CALL TO METHOD `get_account_info` STARTED")
71
+
self.logger.info("CALL TO METHOD `get_account_info` STARTED")
0 commit comments