Skip to content

Commit

Permalink
fix a transfer phone number example in README (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-lukashenka-micoworks authored Aug 5, 2024
1 parent b5ddf12 commit 773dafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ client.subaccounts.transfer_balance(
### Transfer bought phone numbers between accounts

```python
client.subaccounts.transfer_balance(
client.subaccounts.transfer_number(
from_=FROM_ACCOUNT,
to=TO_ACCOUNT,
number=NUMBER_TO_TRANSFER,
Expand Down

0 comments on commit 773dafc

Please sign in to comment.