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, '');