From c0b7ac08fb6228cd820acf75f16b28b6b9da2533 Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Wed, 6 May 2026 17:22:52 +0400 Subject: [PATCH] link Co-authored-by: Copilot --- src/app/pages/legacy-pay-page/legacy-pay-page.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/pages/legacy-pay-page/legacy-pay-page.ts b/src/app/pages/legacy-pay-page/legacy-pay-page.ts index 5a1fbd4..951eab2 100644 --- a/src/app/pages/legacy-pay-page/legacy-pay-page.ts +++ b/src/app/pages/legacy-pay-page/legacy-pay-page.ts @@ -78,11 +78,11 @@ export class LegacyPayPage { this.loading.set(true); const body = { - payment: 'sbp', + qrtype: 'QRDynamic', amount: this.amount(), - currency: 'rub', - id: this.paymentId(), - note: this.note().trim() + currency: 'RUB', + partnerqrID: this.paymentId(), + qrDescription: this.note().trim() }; this.http.post(this.LEGACY_API, body).subscribe({