From ba9190917512600fa128453a958b90cdf5edf534 Mon Sep 17 00:00:00 2001 From: Gleb <71976818+GLEF1X@users.noreply.github.com> Date: Wed, 9 Jun 2021 15:34:37 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73f1b9bb..330d3b44 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ async def main(): print(trans_id) # Так можно предварительно расчитать комиссию за транзакцию commission = await w.commission( - to_account='4731219185432123', + to_account='4890494756089082', pay_sum=1 ) print(commission.qiwi_commission.amount)