dev #14180
This commit is contained in:
parent
735090421d
commit
aed28b978a
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user