Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GLEF1X authored Jun 9, 2021
1 parent 6189513 commit 360ce48
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 @@ -244,7 +244,7 @@ async def main():
# Так можно отправлять средства на карты разных банков, получая при этом айди транзакции
trans_id = await w.to_card(
trans_sum=1,
to_card='4731219185432123'
to_card='4890494756089082'
)
print(trans_id)
# Так можно предварительно расчитать комиссию за транзакцию
Expand Down

0 comments on commit 360ce48

Please sign in to comment.