@@ -78,11 +78,11 @@ export class LegacyPayPage {
|
|||||||
this.loading.set(true);
|
this.loading.set(true);
|
||||||
|
|
||||||
const body = {
|
const body = {
|
||||||
payment: 'sbp',
|
qrtype: 'QRDynamic',
|
||||||
amount: this.amount(),
|
amount: this.amount(),
|
||||||
currency: 'rub',
|
currency: 'RUB',
|
||||||
id: this.paymentId(),
|
partnerqrID: this.paymentId(),
|
||||||
note: this.note().trim()
|
qrDescription: this.note().trim()
|
||||||
};
|
};
|
||||||
|
|
||||||
this.http.post<LegacyPayResponse>(this.LEGACY_API, body).subscribe({
|
this.http.post<LegacyPayResponse>(this.LEGACY_API, body).subscribe({
|
||||||
|
|||||||
Reference in New Issue
Block a user