Skip to content

Commit 5a602ff

Browse files
authored
Merge pull request mercadopago#50 from rhames07/master
Correction of customer delete method comment
2 parents 1b34d87 + c10b15e commit 5a602ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mercadopago/resources/customer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ def update(self, customer_id, customer_object, request_options=None):
9090
request_options=request_options)
9191

9292
def delete(self, customer_id, request_options=None):
93-
"""[Click here for more infos](https://www.mercadopago.com.br/developers/en/reference/cards/_customers_customer_id_cards_id/delete/) #pylint: disable=line-too-long
94-
93+
"""
9594
Args:
9695
customer_id (str): The Customer ID owner
97-
customer_object (dict): Customer object to be updated
98-
request_options (mercadopago.config.request_options, optional): An instance of RequestOptions can be pass changing or adding custom options to ur REST call. Defaults to None.
96+
request_options (mercadopago.config.request_options, optional): An instance of
97+
RequestOptions can be pass changing or adding custom options to ur REST call.
98+
Defaults to None.
9999
100100
Returns:
101101
dict: Customer exclusion response

0 commit comments

Comments
 (0)