dev #13530
This commit is contained in:
parent
eb4fc57b49
commit
afb713a8c6
@ -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) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user