added rate services to wallet
This commit is contained in:
parent
476f6395e5
commit
015af22638
4 changed files with 25 additions and 11 deletions
|
|
@ -83,6 +83,7 @@ describe('PayPro (in Wallet) model', function() {
|
|||
c.network.getHexNonces = sinon.stub();
|
||||
c.network.send = sinon.stub();
|
||||
|
||||
Wallet._newRateService = sinon.stub().returns(null);
|
||||
|
||||
return new Wallet(c);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue