This commit is contained in:
caf 2023-04-26 16:12:07 +04:00
parent 735090421d
commit aed28b978a

View File

@ -423,7 +423,7 @@ export class OrdersComponent implements OnInit {
.subscribe({ .subscribe({
next: (value) => { next: (value) => {
console.log(value); console.log(value);
this.paymentRefunds = value; this.paymentRefunds = value.result;
}, },
error: (err) => { error: (err) => {
console.log('ERROR: ', err); console.log('ERROR: ', err);