From 313a6039cc0f4ad1b455170d2fbbdf8216aced5d Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 31 Jan 2026 20:31:51 +0300 Subject: [PATCH] Update Subscription.tsx --- src/pages/Subscription.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/Subscription.tsx b/src/pages/Subscription.tsx index df35be0..cbebd1a 100644 --- a/src/pages/Subscription.tsx +++ b/src/pages/Subscription.tsx @@ -1117,6 +1117,9 @@ export default function Subscription() { devicePriceData.total_price_kopeks - purchaseOptions.balance_kopeks } compact + onBeforeTopUp={async () => { + await subscriptionApi.saveDevicesCart(devicesToAdd); + }} /> )}