dev #14180
This commit is contained in:
parent
735090421d
commit
aed28b978a
@ -423,7 +423,7 @@ export class OrdersComponent implements OnInit {
|
||||
.subscribe({
|
||||
next: (value) => {
|
||||
console.log(value);
|
||||
this.paymentRefunds = value;
|
||||
this.paymentRefunds = value.result;
|
||||
},
|
||||
error: (err) => {
|
||||
console.log('ERROR: ', err);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user