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;
this.jsonRpcService.rpc2({
method: 'doAdminRefund',
params: { "external_id": id, "qr_id": qr_id }
params: { "order_id": id, "qr_id": qr_id }
}, RpcService.authService, false)
.subscribe({
next: (result) => {
@ -295,7 +295,7 @@ notif2() {
} else {
this.jsonRpcService.rpc2({
method: 'doAdminRefund',
params: { "external_id": id}
params: { "order_id": id}
}, RpcService.authService, false)
.subscribe({
next: (result) => {