From 082a9c136a34b1f9e2062e13e5fd00ab68e4fdef Mon Sep 17 00:00:00 2001 From: TraceLumen Date: Mon, 14 Sep 2026 18:18:20 +0300 Subject: [PATCH] change payment number --- src/lib/common/ui/PaymentPage.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/common/ui/PaymentPage.svelte b/src/lib/common/ui/PaymentPage.svelte index eb3211c..9b2fc6d 100644 --- a/src/lib/common/ui/PaymentPage.svelte +++ b/src/lib/common/ui/PaymentPage.svelte @@ -4,7 +4,7 @@ totalPrice = 0, onConfirmPayment = () => {} } = $props(); - const phoneNumber = '+7 (999) 123-45-67'; // Замените на ваш номер + const phoneNumber = '+7 (987) 194-97-30'; // Замените на ваш номер let copySuccess = $state(false); async function copyPhoneNumber() { const cleanNumber = phoneNumber.replace(/[^0-9+]/g, '');