MockDaffPaymentPageFacade
Mocks out facade fields and methods for testing purposes.
Properties
| Name | Type | Description |
|---|---|---|
| loading$ | BehaviorSubject<boolean> | Whether there is a pending payment operation. |
| errors$ | BehaviorSubject<DaffStateError[]> |
A list of payment errors, if any. |
| dispatch |