@@ -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<LegacyPayResponse>(this.LEGACY_API, body).subscribe({
|
||||
|
||||
Reference in New Issue
Block a user