fix(sbp-recurring): toast ошибки отмены + per-sub ключ inline-confirm в админке

- cancelSbpMutation: onError-тост с detail бэкенда (зеркально enable) —
  молчаливый провал отмены выглядел как успех
- SubscriptionTab: ключ подтверждения cancelSbpRecurring_{subId} —
  взведённый confirm не переживает переключение подписки в пикере
- Локали: subscription.sbpRecurring.cancelError (en/ru/zh/fa)
This commit is contained in:
Fringg
2026-07-24 07:28:50 +03:00
parent 9fb80a6af4
commit 42a7190241
6 changed files with 21 additions and 3 deletions

View File

@@ -683,6 +683,7 @@
"confirmCancel": "Disable SBP auto-payment? Your subscription will no longer renew automatically via SBP.",
"cancelled": "SBP auto-payment disabled",
"enableError": "Failed to connect SBP auto-payment",
"cancelError": "Failed to cancel SBP auto-payment",
"statusPending": "Waiting for confirmation in your banking app",
"statusActive": "Active",
"statusPastDue": "Payment failed — please retry",