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