This commit is contained in:
caf 2023-01-10 14:14:27 +04:00
parent eb4fc57b49
commit afb713a8c6

View File

@ -276,7 +276,7 @@ notif2() {
qr_id = dat.payment[0].payload.id; qr_id = dat.payment[0].payload.id;
this.jsonRpcService.rpc2({ this.jsonRpcService.rpc2({
method: 'doAdminRefund', method: 'doAdminRefund',
params: { "external_id": id, "qr_id": qr_id } params: { "order_id": id, "qr_id": qr_id }
}, RpcService.authService, false) }, RpcService.authService, false)
.subscribe({ .subscribe({
next: (result) => { next: (result) => {
@ -295,7 +295,7 @@ notif2() {
} else { } else {
this.jsonRpcService.rpc2({ this.jsonRpcService.rpc2({
method: 'doAdminRefund', method: 'doAdminRefund',
params: { "external_id": id} params: { "order_id": id}
}, RpcService.authService, false) }, RpcService.authService, false)
.subscribe({ .subscribe({
next: (result) => { next: (result) => {