mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
IMP-300: Make no more than 2 adjustments in parallel (#380)
This commit is contained in:
parent
c682179598
commit
6a990a79ea
@ -55,6 +55,7 @@ export class CreatePaymentAdjustmentComponent extends DialogSuperclass<
|
||||
),
|
||||
this.progress$,
|
||||
payments,
|
||||
2,
|
||||
)
|
||||
.pipe(takeUntilDestroyed(this.destroyRef))
|
||||
.subscribe((res) => {
|
||||
|
@ -55,6 +55,7 @@ export class CreatePaymentAdjustmentComponent extends DialogSuperclass<
|
||||
),
|
||||
this.progress$,
|
||||
payments,
|
||||
2,
|
||||
)
|
||||
.pipe(takeUntilDestroyed(this.destroyRef))
|
||||
.subscribe((res) => {
|
||||
|
@ -55,6 +55,8 @@ export class CreateAdjustmentDialogComponent extends DialogSuperclass<
|
||||
} as AdjustmentParams),
|
||||
),
|
||||
this.progress$,
|
||||
this.dialogData.withdrawals,
|
||||
2,
|
||||
)
|
||||
.pipe(takeUntilDestroyed(this.destroyRef))
|
||||
.subscribe((res) => {
|
||||
|
Loading…
Reference in New Issue
Block a user