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