Skip to content

Commit 0fe05f9

Browse files
committed
typo in billing v1 corrected
1 parent a68aeb1 commit 0fe05f9

File tree

1 file changed

+1
-1
lines changed
  • livechat/billing/api

1 file changed

+1
-1
lines changed

livechat/billing/api/v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def accept_recurrent_charge(self,
258258
charge_id: str,
259259
payload: dict = None,
260260
headers: dict = None) -> httpx.Response:
261-
''' Accepets specific recurrent charge.
261+
''' Accepts specific recurrent charge.
262262
Args:
263263
charge_id (str): ID of the recurrent charge.
264264
payload (dict): Custom payload to be used as request's data.

0 commit comments

Comments
 (0)