chore: expand default PayKilla payment currencies

This commit is contained in:
3252a8
2026-06-04 16:33:50 +03:00
parent ae7bfb9621
commit 358ef6ded7
5 changed files with 12 additions and 9 deletions
+4 -1
View File
@@ -258,7 +258,10 @@ class PaykillaServiceTests(unittest.TestCase):
self.assertEqual(body["purpose"], "Tunnel Shop payment 556")
self.assertRegex(body["purpose"], r"^[A-Za-z0-9_\s.,]+$")
self.assertEqual(body["paymentCurrencies"], ["USDTTRC"])
self.assertEqual(
body["paymentCurrencies"],
["USDTTRC", "BTC", "ETH", "USDTBSC", "USDTTON"],
)
self.assertEqual(body["description"], body["purpose"])
self.assertTrue(body["expiredAt"].endswith("Z"))
self.assertTrue(body["userPaysNetworkFee"])